Shades of Electric Purple #CC0EE9
Tints of Electric Purple #CC0EE9
RGB
CMYK
RGB Variations
Color information
#CC0EE9 (or 0xCC0EE9) is known color: Electric Purple. HEX triplet: CC, 0E and E9. RGB value is (204,14,233). Sum of RGB (Red+Green+Blue) = 204+14+233=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0EE9 is #33F116. Grayscale: #5F5F5F. Windows color (decimal): -3404055 or 15273676. OLE color: 15273676.
HSL color Cylindrical-coordinate representation of color #CC0EE9: hue angle of 292.05º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0EE9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 14 | 233 | - |
CMYK | 0.12 | 0.94 | 0 | 0.09 |
HSL | 292.05º | 0.89% | 0.48% | - |
HSV(B) | 292.05º | 0.94% | 0.91% | - |
XYZ | 39.77 | 19.03 | 78.67 | - |
YUV | 95.78 | 205.45 | 205.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 14 | 233 | 0.12 | 0.94 | 0 | 0.09 | 292.05 | 0.89 | 0.48 |
Hex | CC | E | E9 | C | 5E | 0 | 9 | 124 | 59 | 30 |
Octal | 314 | 16 | 351 | 14 | 136 | 0 | 11 | 444 | 131 | 60 |
Binary | 11001100 | 1110 | 11101001 | 1100 | 1011110 | 0 | 1001 | 100100100 | 1011001 | 110000 |
Color Harmonies of #CC0EE9
Complementary color
Monochromatic Colors of #CC0EE9
Black with #CC0EE9
Text Example
Text Example
White with #CC0EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0EE9; }
p { color: rgb(204,14,233); }
H1.HeaderClassName
{
color: #CC0EE9;
}
.AnyTagClassName
{
color: #CC0EE9;
}
</style>
background-color css
<style>
a { background-color: #CC0EE9; }
a { background-color: rgb(204,14,233); }
div.DivClassName
{
background-color: #CC0EE9;
}
.BgClassName
{
background-color: #CC0EE9;
}
</style>
border-color css
<style>
span { border-color: #CC0EE9; }
span { border-color: rgb(204,14,233); }
td.TdClassName
{
border-color: #CC0EE9;
}
.TagClassName
{
border-color: #CC0EE9;
}
</style>