Shades of Electric Purple #CC10E8
Tints of Electric Purple #CC10E8
RGB
CMYK
RGB Variations
Color information
#CC10E8 (or 0xCC10E8) is known color: Electric Purple. HEX triplet: CC, 10 and E8. RGB value is (204,16,232). Sum of RGB (Red+Green+Blue) = 204+16+232=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 232 (91.02% from 255 or 51.33% from 452); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC10E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10E8 is #33EF17. Grayscale: #606060. Windows color (decimal): -3403544 or 15208652. OLE color: 15208652.
HSL color Cylindrical-coordinate representation of color #CC10E8: hue angle of 292.22º degrees, saturation: 0.87, 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 #CC10E8 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 16 | 232 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.09 |
| HSL | 292.22º | 0.87% | 0.49% | - |
| HSV(B) | 292.22º | 0.93% | 0.91% | - |
| XYZ | 39.65 | 19.03 | 77.93 | - |
| YUV | 96.84 | 204.28 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 232 | 0.12 | 0.93 | 0 | 0.09 | 292.22 | 0.87 | 0.49 |
| Hex | CC | 10 | E8 | C | 5D | 0 | 9 | 124 | 57 | 31 |
| Octal | 314 | 20 | 350 | 14 | 135 | 0 | 11 | 444 | 127 | 61 |
| Binary | 11001100 | 10000 | 11101000 | 1100 | 1011101 | 0 | 1001 | 100100100 | 1010111 | 110001 |
Color Harmonies of #CC10E8
Complementary color
Monochromatic Colors of #CC10E8
Black with #CC10E8
Text Example
Text Example
White with #CC10E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10E8; }
p { color: rgb(204,16,232); }
H1.HeaderClassName
{
color: #CC10E8;
}
.AnyTagClassName
{
color: #CC10E8;
}
</style>
background-color css
<style>
a { background-color: #CC10E8; }
a { background-color: rgb(204,16,232); }
div.DivClassName
{
background-color: #CC10E8;
}
.BgClassName
{
background-color: #CC10E8;
}
</style>
border-color css
<style>
span { border-color: #CC10E8; }
span { border-color: rgb(204,16,232); }
td.TdClassName
{
border-color: #CC10E8;
}
.TagClassName
{
border-color: #CC10E8;
}
</style>