Shades of Electric Purple #C00CEC
Tints of Electric Purple #C00CEC
RGB
CMYK
RGB Variations
Color information
#C00CEC (or 0xC00CEC) is known color: Electric Purple. HEX triplet: C0, 0C and EC. RGB value is (192,12,236). Sum of RGB (Red+Green+Blue) = 192+12+236=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #C00CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00CEC is #3FF313. Grayscale: #5A5A5A. Windows color (decimal): -4190996 or 15469760. OLE color: 15469760.
HSL color Cylindrical-coordinate representation of color #C00CEC: hue angle of 288.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00CEC is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 12 | 236 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.07 |
| HSL | 288.21º | 0.9% | 0.49% | - |
| HSV(B) | 288.21º | 0.95% | 0.93% | - |
| XYZ | 37.01 | 17.53 | 80.79 | - |
| YUV | 91.36 | 209.63 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 12 | 236 | 0.19 | 0.95 | 0 | 0.07 | 288.21 | 0.9 | 0.49 |
| Hex | C0 | C | EC | 13 | 5F | 0 | 7 | 120 | 5A | 31 |
| Octal | 300 | 14 | 354 | 23 | 137 | 0 | 7 | 440 | 132 | 61 |
| Binary | 11000000 | 1100 | 11101100 | 10011 | 1011111 | 0 | 111 | 100100000 | 1011010 | 110001 |
Color Harmonies of #C00CEC
Complementary color
Monochromatic Colors of #C00CEC
Black with #C00CEC
Text Example
Text Example
White with #C00CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00CEC; }
p { color: rgb(192,12,236); }
H1.HeaderClassName
{
color: #C00CEC;
}
.AnyTagClassName
{
color: #C00CEC;
}
</style>
background-color css
<style>
a { background-color: #C00CEC; }
a { background-color: rgb(192,12,236); }
div.DivClassName
{
background-color: #C00CEC;
}
.BgClassName
{
background-color: #C00CEC;
}
</style>
border-color css
<style>
span { border-color: #C00CEC; }
span { border-color: rgb(192,12,236); }
td.TdClassName
{
border-color: #C00CEC;
}
.TagClassName
{
border-color: #C00CEC;
}
</style>