Shades of Electric Purple #CC11E9
Tints of Electric Purple #CC11E9
RGB
CMYK
RGB Variations
Color information
#CC11E9 (or 0xCC11E9) is known color: Electric Purple. HEX triplet: CC, 11 and E9. RGB value is (204,17,233). Sum of RGB (Red+Green+Blue) = 204+17+233=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC11E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11E9 is #33EE16. Grayscale: #606060. Windows color (decimal): -3403287 or 15274444. OLE color: 15274444.
HSL color Cylindrical-coordinate representation of color #CC11E9: hue angle of 291.94º 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 #CC11E9 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 17 | 233 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.09 |
| HSL | 291.94º | 0.86% | 0.49% | - |
| HSV(B) | 291.94º | 0.93% | 0.91% | - |
| XYZ | 39.81 | 19.12 | 78.68 | - |
| YUV | 97.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 233 | 0.12 | 0.93 | 0 | 0.09 | 291.94 | 0.86 | 0.49 |
| Hex | CC | 11 | E9 | C | 5D | 0 | 9 | 124 | 56 | 31 |
| Octal | 314 | 21 | 351 | 14 | 135 | 0 | 11 | 444 | 126 | 61 |
| Binary | 11001100 | 10001 | 11101001 | 1100 | 1011101 | 0 | 1001 | 100100100 | 1010110 | 110001 |
Color Harmonies of #CC11E9
Complementary color
Monochromatic Colors of #CC11E9
Black with #CC11E9
Text Example
Text Example
White with #CC11E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC11E9; }
p { color: rgb(204,17,233); }
H1.HeaderClassName
{
color: #CC11E9;
}
.AnyTagClassName
{
color: #CC11E9;
}
</style>
background-color css
<style>
a { background-color: #CC11E9; }
a { background-color: rgb(204,17,233); }
div.DivClassName
{
background-color: #CC11E9;
}
.BgClassName
{
background-color: #CC11E9;
}
</style>
border-color css
<style>
span { border-color: #CC11E9; }
span { border-color: rgb(204,17,233); }
td.TdClassName
{
border-color: #CC11E9;
}
.TagClassName
{
border-color: #CC11E9;
}
</style>