Shades of Electric Purple #CC11E8
Tints of Electric Purple #CC11E8
RGB
CMYK
RGB Variations
Color information
#CC11E8 (or 0xCC11E8) is known color: Electric Purple. HEX triplet: CC, 11 and E8. RGB value is (204,17,232). Sum of RGB (Red+Green+Blue) = 204+17+232=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 17 (7.03% from 255 or 3.75% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC11E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11E8 is #33EE17. Grayscale: #606060. Windows color (decimal): -3403288 or 15208908. OLE color: 15208908.
HSL color Cylindrical-coordinate representation of color #CC11E8: hue angle of 292.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC11E8 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 17 | 232 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.09 |
| HSL | 292.19º | 0.86% | 0.49% | - |
| HSV(B) | 292.19º | 0.93% | 0.91% | - |
| XYZ | 39.67 | 19.06 | 77.93 | - |
| YUV | 97.42 | 203.95 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 232 | 0.12 | 0.93 | 0 | 0.09 | 292.19 | 0.86 | 0.49 |
| Hex | CC | 11 | E8 | C | 5D | 0 | 9 | 124 | 56 | 31 |
| Octal | 314 | 21 | 350 | 14 | 135 | 0 | 11 | 444 | 126 | 61 |
| Binary | 11001100 | 10001 | 11101000 | 1100 | 1011101 | 0 | 1001 | 100100100 | 1010110 | 110001 |
Color Harmonies of #CC11E8
Complementary color
Monochromatic Colors of #CC11E8
Black with #CC11E8
Text Example
Text Example
White with #CC11E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11E8; }
p { color: rgb(204,17,232); }
H1.HeaderClassName
{
color: #CC11E8;
}
.AnyTagClassName
{
color: #CC11E8;
}
</style>
background-color css
<style>
a { background-color: #CC11E8; }
a { background-color: rgb(204,17,232); }
div.DivClassName
{
background-color: #CC11E8;
}
.BgClassName
{
background-color: #CC11E8;
}
</style>
border-color css
<style>
span { border-color: #CC11E8; }
span { border-color: rgb(204,17,232); }
td.TdClassName
{
border-color: #CC11E8;
}
.TagClassName
{
border-color: #CC11E8;
}
</style>