Shades of Electric Purple #CC02EE
Tints of Electric Purple #CC02EE
RGB
CMYK
RGB Variations
Color information
#CC02EE (or 0xCC02EE) is known color: Electric Purple. HEX triplet: CC, 02 and EE. RGB value is (204,2,238). Sum of RGB (Red+Green+Blue) = 204+2+238=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC02EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC02EE is #33FD11. Grayscale: #585858. Windows color (decimal): -3407122 or 15598284. OLE color: 15598284.
HSL color Cylindrical-coordinate representation of color #CC02EE: hue angle of 291.36º 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 #CC02EE is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 2 | 238 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.07 |
| HSL | 291.36º | 0.98% | 0.47% | - |
| HSV(B) | 291.36º | 0.99% | 0.93% | - |
| XYZ | 40.36 | 19.05 | 82.44 | - |
| YUV | 89.3 | 211.92 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 238 | 0.14 | 0.99 | 0 | 0.07 | 291.36 | 0.98 | 0.47 |
| Hex | CC | 2 | EE | E | 63 | 0 | 7 | 123 | 62 | 2F |
| Octal | 314 | 2 | 356 | 16 | 143 | 0 | 7 | 443 | 142 | 57 |
| Binary | 11001100 | 10 | 11101110 | 1110 | 1100011 | 0 | 111 | 100100011 | 1100010 | 101111 |
Color Harmonies of #CC02EE
Complementary color
Monochromatic Colors of #CC02EE
Black with #CC02EE
Text Example
Text Example
White with #CC02EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC02EE; }
p { color: rgb(204,2,238); }
H1.HeaderClassName
{
color: #CC02EE;
}
.AnyTagClassName
{
color: #CC02EE;
}
</style>
background-color css
<style>
a { background-color: #CC02EE; }
a { background-color: rgb(204,2,238); }
div.DivClassName
{
background-color: #CC02EE;
}
.BgClassName
{
background-color: #CC02EE;
}
</style>
border-color css
<style>
span { border-color: #CC02EE; }
span { border-color: rgb(204,2,238); }
td.TdClassName
{
border-color: #CC02EE;
}
.TagClassName
{
border-color: #CC02EE;
}
</style>