Shades of Electric Purple #CC09E9
Tints of Electric Purple #CC09E9
RGB
CMYK
RGB Variations
Color information
#CC09E9 (or 0xCC09E9) is known color: Electric Purple. HEX triplet: CC, 09 and E9. RGB value is (204,9,233). Sum of RGB (Red+Green+Blue) = 204+9+233=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 233 (91.41% from 255 or 52.24% from 446); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC09E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09E9 is #33F616. Grayscale: #5C5C5C. Windows color (decimal): -3405335 or 15272396. OLE color: 15272396.
HSL color Cylindrical-coordinate representation of color #CC09E9: hue angle of 292.23º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09E9 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 9 | 233 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.09 |
| HSL | 292.23º | 0.93% | 0.47% | - |
| HSV(B) | 292.23º | 0.96% | 0.91% | - |
| XYZ | 39.71 | 18.92 | 78.65 | - |
| YUV | 92.84 | 207.1 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 233 | 0.12 | 0.96 | 0 | 0.09 | 292.23 | 0.93 | 0.47 |
| Hex | CC | 9 | E9 | C | 60 | 0 | 9 | 124 | 5D | 2F |
| Octal | 314 | 11 | 351 | 14 | 140 | 0 | 11 | 444 | 135 | 57 |
| Binary | 11001100 | 1001 | 11101001 | 1100 | 1100000 | 0 | 1001 | 100100100 | 1011101 | 101111 |
Color Harmonies of #CC09E9
Complementary color
Monochromatic Colors of #CC09E9
Black with #CC09E9
Text Example
Text Example
White with #CC09E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09E9; }
p { color: rgb(204,9,233); }
H1.HeaderClassName
{
color: #CC09E9;
}
.AnyTagClassName
{
color: #CC09E9;
}
</style>
background-color css
<style>
a { background-color: #CC09E9; }
a { background-color: rgb(204,9,233); }
div.DivClassName
{
background-color: #CC09E9;
}
.BgClassName
{
background-color: #CC09E9;
}
</style>
border-color css
<style>
span { border-color: #CC09E9; }
span { border-color: rgb(204,9,233); }
td.TdClassName
{
border-color: #CC09E9;
}
.TagClassName
{
border-color: #CC09E9;
}
</style>