#CC55FF Pink Fever
#CC55FF (Pink Fever) RGB value is (204, 85, 255).
Red value is 204, green value is 85, and blue value is 255.
Cylindrical-coordinate representations (HSL) of color #CC55FF: hue: 282°, saturation: 100%, and lightness: 66.7%.
Process color (CMYK) of #CC55FF is 20%, 66.7%, 0%, 0%. Web safe color equivalent of #CC55FF is ##CC66FF. Color #CC55FF contains mainly Magenta.
Color Spaces
| Color spaces of #CC55FF | Value |
|---|---|
| RGB | 204, 85, 255 |
| HSL | 282°, 100%, 66.7% |
| HSV / HSB | 282°, 66.7%, 100% |
| CMYK | 20%, 66.7%, 0%, 0% |
| XYZ | 46.2, 26.56, 97.28 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001100 | 01010101 | 11111111 |
| Octal | 314 | 125 | 377 |
| Decimal | 204 | 85 | 255 |
| Hex | CC | 55 | FF |
Shades of #CC55FF
Tints of #CC55FF
.mybgColor { background-color: #CC55FF; }
.myforeColor { color: #CC55FF; }
.myborderColor { border: 3px solid #CC55FF; }
<p style="color:#CC55FF">Text here</p>
This sample text is styled with font color #CC55FF. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#CC55FF">Div content here</div>
<div style="border:3px solid #CC55FF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204, 85, 255, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #CC55FF; }
.divShadow { -moz-box-shadow: 1px 1px 3px #CC55FF;
-webkit-box-shadow: 1px 1px 3px #CC55FF;
box-shadow: 1px 1px 3px #CC55FF; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #CC55FF (Pink Fever)
Color Overview & Profile: Color #CC55FF, also known as Pink Fever, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 80% Red (204/255), 33% Green (85/255), and 100% Blue (255/255). The primary color family component is Magenta.
Print & Physical Production Specs: For physical print production and offset printing setups, #CC55FF translates into the CMYK subtractive color model with values of 20% Cyan, 66.7% Magenta, 0% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 282°, saturation of 100%, and lightness of 66.7%.
Web Accessibility & Design Recommendations: When implementing #CC55FF in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##CC66FF.
