Shades of Electric Purple #CC10EE
Tints of Electric Purple #CC10EE
RGB
CMYK
RGB Variations
Color information
#CC10EE (or 0xCC10EE) is known color: Electric Purple. HEX triplet: CC, 10 and EE. RGB value is (204,16,238). Sum of RGB (Red+Green+Blue) = 204+16+238=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10EE is #33EF11. Grayscale: #606060. Windows color (decimal): -3403538 or 15601868. OLE color: 15601868.
HSL color Cylindrical-coordinate representation of color #CC10EE: hue angle of 290.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10EE is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 16 | 238 | - |
| CMYK | 0.14 | 0.93 | 0 | 0.07 |
| HSL | 290.81º | 0.87% | 0.5% | - |
| HSV(B) | 290.81º | 0.93% | 0.93% | - |
| XYZ | 40.52 | 19.38 | 82.49 | - |
| YUV | 97.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 238 | 0.14 | 0.93 | 0 | 0.07 | 290.81 | 0.87 | 0.5 |
| Hex | CC | 10 | EE | E | 5D | 0 | 7 | 123 | 57 | 32 |
| Octal | 314 | 20 | 356 | 16 | 135 | 0 | 7 | 443 | 127 | 62 |
| Binary | 11001100 | 10000 | 11101110 | 1110 | 1011101 | 0 | 111 | 100100011 | 1010111 | 110010 |
Color Harmonies of #CC10EE
Complementary color
Monochromatic Colors of #CC10EE
Black with #CC10EE
Text Example
Text Example
White with #CC10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10EE; }
p { color: rgb(204,16,238); }
H1.HeaderClassName
{
color: #CC10EE;
}
.AnyTagClassName
{
color: #CC10EE;
}
</style>
background-color css
<style>
a { background-color: #CC10EE; }
a { background-color: rgb(204,16,238); }
div.DivClassName
{
background-color: #CC10EE;
}
.BgClassName
{
background-color: #CC10EE;
}
</style>
border-color css
<style>
span { border-color: #CC10EE; }
span { border-color: rgb(204,16,238); }
td.TdClassName
{
border-color: #CC10EE;
}
.TagClassName
{
border-color: #CC10EE;
}
</style>