Shades of Electric Purple #CC04F0
Tints of Electric Purple #CC04F0
RGB
CMYK
RGB Variations
Color information
#CC04F0 (or 0xCC04F0) is known color: Electric Purple. HEX triplet: CC, 04 and F0. RGB value is (204,4,240). Sum of RGB (Red+Green+Blue) = 204+4+240=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC04F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC04F0 is #33FB0F. Grayscale: #595959. Windows color (decimal): -3406608 or 15729868. OLE color: 15729868.
HSL color Cylindrical-coordinate representation of color #CC04F0: hue angle of 290.85º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04F0 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 4 | 240 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.06 |
| HSL | 290.85º | 0.97% | 0.48% | - |
| HSV(B) | 290.85º | 0.98% | 0.94% | - |
| XYZ | 40.67 | 19.22 | 84 | - |
| YUV | 90.7 | 212.26 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 240 | 0.15 | 0.98 | 0 | 0.06 | 290.85 | 0.97 | 0.48 |
| Hex | CC | 4 | F0 | F | 62 | 0 | 6 | 123 | 61 | 30 |
| Octal | 314 | 4 | 360 | 17 | 142 | 0 | 6 | 443 | 141 | 60 |
| Binary | 11001100 | 100 | 11110000 | 1111 | 1100010 | 0 | 110 | 100100011 | 1100001 | 110000 |
Color Harmonies of #CC04F0
Complementary color
Monochromatic Colors of #CC04F0
Black with #CC04F0
Text Example
Text Example
White with #CC04F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04F0; }
p { color: rgb(204,4,240); }
H1.HeaderClassName
{
color: #CC04F0;
}
.AnyTagClassName
{
color: #CC04F0;
}
</style>
background-color css
<style>
a { background-color: #CC04F0; }
a { background-color: rgb(204,4,240); }
div.DivClassName
{
background-color: #CC04F0;
}
.BgClassName
{
background-color: #CC04F0;
}
</style>
border-color css
<style>
span { border-color: #CC04F0; }
span { border-color: rgb(204,4,240); }
td.TdClassName
{
border-color: #CC04F0;
}
.TagClassName
{
border-color: #CC04F0;
}
</style>