Shades of Electric Purple #CC02EC
Tints of Electric Purple #CC02EC
RGB
CMYK
RGB Variations
Color information
#CC02EC (or 0xCC02EC) is known color: Electric Purple. HEX triplet: CC, 02 and EC. RGB value is (204,2,236). Sum of RGB (Red+Green+Blue) = 204+2+236=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 2 (1.17% from 255 or 0.45% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC02EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02EC is #33FD13. Grayscale: #585858. Windows color (decimal): -3407124 or 15467212. OLE color: 15467212.
HSL color Cylindrical-coordinate representation of color #CC02EC: hue angle of 291.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC02EC is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 2 | 236 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.07 |
| HSL | 291.79º | 0.98% | 0.47% | - |
| HSV(B) | 291.79º | 0.99% | 0.93% | - |
| XYZ | 40.06 | 18.94 | 80.9 | - |
| YUV | 89.07 | 210.92 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 236 | 0.14 | 0.99 | 0 | 0.07 | 291.79 | 0.98 | 0.47 |
| Hex | CC | 2 | EC | E | 63 | 0 | 7 | 124 | 62 | 2F |
| Octal | 314 | 2 | 354 | 16 | 143 | 0 | 7 | 444 | 142 | 57 |
| Binary | 11001100 | 10 | 11101100 | 1110 | 1100011 | 0 | 111 | 100100100 | 1100010 | 101111 |
Color Harmonies of #CC02EC
Complementary color
Monochromatic Colors of #CC02EC
Black with #CC02EC
Text Example
Text Example
White with #CC02EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02EC; }
p { color: rgb(204,2,236); }
H1.HeaderClassName
{
color: #CC02EC;
}
.AnyTagClassName
{
color: #CC02EC;
}
</style>
background-color css
<style>
a { background-color: #CC02EC; }
a { background-color: rgb(204,2,236); }
div.DivClassName
{
background-color: #CC02EC;
}
.BgClassName
{
background-color: #CC02EC;
}
</style>
border-color css
<style>
span { border-color: #CC02EC; }
span { border-color: rgb(204,2,236); }
td.TdClassName
{
border-color: #CC02EC;
}
.TagClassName
{
border-color: #CC02EC;
}
</style>