Shades of Electric Purple #CC0CEA
Tints of Electric Purple #CC0CEA
RGB
CMYK
RGB Variations
Color information
#CC0CEA (or 0xCC0CEA) is known color: Electric Purple. HEX triplet: CC, 0C and EA. RGB value is (204,12,234). Sum of RGB (Red+Green+Blue) = 204+12+234=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 12 (5.08% from 255 or 2.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC0CEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0CEA is #33F315. Grayscale: #5E5E5E. Windows color (decimal): -3404566 or 15338700. OLE color: 15338700.
HSL color Cylindrical-coordinate representation of color #CC0CEA: hue angle of 291.89º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CEA is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 12 | 234 | - |
| CMYK | 0.13 | 0.95 | 0 | 0.08 |
| HSL | 291.89º | 0.9% | 0.48% | - |
| HSV(B) | 291.89º | 0.95% | 0.92% | - |
| XYZ | 39.88 | 19.04 | 79.41 | - |
| YUV | 94.72 | 206.61 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 234 | 0.13 | 0.95 | 0 | 0.08 | 291.89 | 0.9 | 0.48 |
| Hex | CC | C | EA | D | 5F | 0 | 8 | 124 | 5A | 30 |
| Octal | 314 | 14 | 352 | 15 | 137 | 0 | 10 | 444 | 132 | 60 |
| Binary | 11001100 | 1100 | 11101010 | 1101 | 1011111 | 0 | 1000 | 100100100 | 1011010 | 110000 |
Color Harmonies of #CC0CEA
Complementary color
Monochromatic Colors of #CC0CEA
Black with #CC0CEA
Text Example
Text Example
White with #CC0CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CEA; }
p { color: rgb(204,12,234); }
H1.HeaderClassName
{
color: #CC0CEA;
}
.AnyTagClassName
{
color: #CC0CEA;
}
</style>
background-color css
<style>
a { background-color: #CC0CEA; }
a { background-color: rgb(204,12,234); }
div.DivClassName
{
background-color: #CC0CEA;
}
.BgClassName
{
background-color: #CC0CEA;
}
</style>
border-color css
<style>
span { border-color: #CC0CEA; }
span { border-color: rgb(204,12,234); }
td.TdClassName
{
border-color: #CC0CEA;
}
.TagClassName
{
border-color: #CC0CEA;
}
</style>