Shades of Electric Purple #CC10EF
Tints of Electric Purple #CC10EF
RGB
CMYK
RGB Variations
Color information
#CC10EF (or 0xCC10EF) is known color: Electric Purple. HEX triplet: CC, 10 and EF. RGB value is (204,16,239). Sum of RGB (Red+Green+Blue) = 204+16+239=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10EF is #33EF10. Grayscale: #606060. Windows color (decimal): -3403537 or 15667404. OLE color: 15667404.
HSL color Cylindrical-coordinate representation of color #CC10EF: hue angle of 290.58º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10EF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 16 | 239 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.06 |
| HSL | 290.58º | 0.87% | 0.5% | - |
| HSV(B) | 290.58º | 0.93% | 0.94% | - |
| XYZ | 40.67 | 19.44 | 83.27 | - |
| YUV | 97.63 | 207.78 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 239 | 0.15 | 0.93 | 0 | 0.06 | 290.58 | 0.87 | 0.5 |
| Hex | CC | 10 | EF | F | 5D | 0 | 6 | 123 | 57 | 32 |
| Octal | 314 | 20 | 357 | 17 | 135 | 0 | 6 | 443 | 127 | 62 |
| Binary | 11001100 | 10000 | 11101111 | 1111 | 1011101 | 0 | 110 | 100100011 | 1010111 | 110010 |
Color Harmonies of #CC10EF
Complementary color
Monochromatic Colors of #CC10EF
Black with #CC10EF
Text Example
Text Example
White with #CC10EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10EF; }
p { color: rgb(204,16,239); }
H1.HeaderClassName
{
color: #CC10EF;
}
.AnyTagClassName
{
color: #CC10EF;
}
</style>
background-color css
<style>
a { background-color: #CC10EF; }
a { background-color: rgb(204,16,239); }
div.DivClassName
{
background-color: #CC10EF;
}
.BgClassName
{
background-color: #CC10EF;
}
</style>
border-color css
<style>
span { border-color: #CC10EF; }
span { border-color: rgb(204,16,239); }
td.TdClassName
{
border-color: #CC10EF;
}
.TagClassName
{
border-color: #CC10EF;
}
</style>