Shades of Electric Purple #CC0FE9
Tints of Electric Purple #CC0FE9
RGB
CMYK
RGB Variations
Color information
#CC0FE9 (or 0xCC0FE9) is known color: Electric Purple. HEX triplet: CC, 0F and E9. RGB value is (204,15,233). Sum of RGB (Red+Green+Blue) = 204+15+233=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 15 (6.25% from 255 or 3.32% from 452); Blue value is 233 (91.41% from 255 or 51.55% from 452); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0FE9 is #33F016. Grayscale: #5F5F5F. Windows color (decimal): -3403799 or 15273932. OLE color: 15273932.
HSL color Cylindrical-coordinate representation of color #CC0FE9: hue angle of 292.02º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0FE9 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 15 | 233 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.09 |
| HSL | 292.02º | 0.88% | 0.49% | - |
| HSV(B) | 292.02º | 0.94% | 0.91% | - |
| XYZ | 39.78 | 19.06 | 78.67 | - |
| YUV | 96.36 | 205.12 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 233 | 0.12 | 0.94 | 0 | 0.09 | 292.02 | 0.88 | 0.49 |
| Hex | CC | F | E9 | C | 5E | 0 | 9 | 124 | 58 | 31 |
| Octal | 314 | 17 | 351 | 14 | 136 | 0 | 11 | 444 | 130 | 61 |
| Binary | 11001100 | 1111 | 11101001 | 1100 | 1011110 | 0 | 1001 | 100100100 | 1011000 | 110001 |
Color Harmonies of #CC0FE9
Complementary color
Monochromatic Colors of #CC0FE9
Black with #CC0FE9
Text Example
Text Example
White with #CC0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FE9; }
p { color: rgb(204,15,233); }
H1.HeaderClassName
{
color: #CC0FE9;
}
.AnyTagClassName
{
color: #CC0FE9;
}
</style>
background-color css
<style>
a { background-color: #CC0FE9; }
a { background-color: rgb(204,15,233); }
div.DivClassName
{
background-color: #CC0FE9;
}
.BgClassName
{
background-color: #CC0FE9;
}
</style>
border-color css
<style>
span { border-color: #CC0FE9; }
span { border-color: rgb(204,15,233); }
td.TdClassName
{
border-color: #CC0FE9;
}
.TagClassName
{
border-color: #CC0FE9;
}
</style>