Shades of Electric Purple #CC09EF
Tints of Electric Purple #CC09EF
RGB
CMYK
RGB Variations
Color information
#CC09EF (or 0xCC09EF) is known color: Electric Purple. HEX triplet: CC, 09 and EF. RGB value is (204,9,239). Sum of RGB (Red+Green+Blue) = 204+9+239=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09EF is #33F610. Grayscale: #5C5C5C. Windows color (decimal): -3405329 or 15665612. OLE color: 15665612.
HSL color Cylindrical-coordinate representation of color #CC09EF: hue angle of 290.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09EF is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 9 | 239 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.06 |
| HSL | 290.87º | 0.93% | 0.49% | - |
| HSV(B) | 290.87º | 0.96% | 0.94% | - |
| XYZ | 40.58 | 19.26 | 83.24 | - |
| YUV | 93.53 | 210.1 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 239 | 0.15 | 0.96 | 0 | 0.06 | 290.87 | 0.93 | 0.49 |
| Hex | CC | 9 | EF | F | 60 | 0 | 6 | 123 | 5D | 31 |
| Octal | 314 | 11 | 357 | 17 | 140 | 0 | 6 | 443 | 135 | 61 |
| Binary | 11001100 | 1001 | 11101111 | 1111 | 1100000 | 0 | 110 | 100100011 | 1011101 | 110001 |
Color Harmonies of #CC09EF
Complementary color
Monochromatic Colors of #CC09EF
Black with #CC09EF
Text Example
Text Example
White with #CC09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09EF; }
p { color: rgb(204,9,239); }
H1.HeaderClassName
{
color: #CC09EF;
}
.AnyTagClassName
{
color: #CC09EF;
}
</style>
background-color css
<style>
a { background-color: #CC09EF; }
a { background-color: rgb(204,9,239); }
div.DivClassName
{
background-color: #CC09EF;
}
.BgClassName
{
background-color: #CC09EF;
}
</style>
border-color css
<style>
span { border-color: #CC09EF; }
span { border-color: rgb(204,9,239); }
td.TdClassName
{
border-color: #CC09EF;
}
.TagClassName
{
border-color: #CC09EF;
}
</style>