Shades of Electric Purple #C01CEC
Tints of Electric Purple #C01CEC
RGB
CMYK
RGB Variations
Color information
#C01CEC (or 0xC01CEC) is known color: Electric Purple. HEX triplet: C0, 1C and EC. RGB value is (192,28,236). Sum of RGB (Red+Green+Blue) = 192+28+236=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #C01CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CEC is #3FE313. Grayscale: #646464. Windows color (decimal): -4186900 or 15473856. OLE color: 15473856.
HSL color Cylindrical-coordinate representation of color #C01CEC: hue angle of 287.31º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01CEC is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 28 | 236 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 287.31º | 0.85% | 0.52% | - |
| HSV(B) | 287.31º | 0.88% | 0.93% | - |
| XYZ | 37.29 | 18.09 | 80.88 | - |
| YUV | 100.75 | 204.33 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 236 | 0.19 | 0.88 | 0 | 0.07 | 287.31 | 0.85 | 0.52 |
| Hex | C0 | 1C | EC | 13 | 58 | 0 | 7 | 11F | 55 | 34 |
| Octal | 300 | 34 | 354 | 23 | 130 | 0 | 7 | 437 | 125 | 64 |
| Binary | 11000000 | 11100 | 11101100 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010101 | 110100 |
Color Harmonies of #C01CEC
Complementary color
Monochromatic Colors of #C01CEC
Black with #C01CEC
Text Example
Text Example
White with #C01CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CEC; }
p { color: rgb(192,28,236); }
H1.HeaderClassName
{
color: #C01CEC;
}
.AnyTagClassName
{
color: #C01CEC;
}
</style>
background-color css
<style>
a { background-color: #C01CEC; }
a { background-color: rgb(192,28,236); }
div.DivClassName
{
background-color: #C01CEC;
}
.BgClassName
{
background-color: #C01CEC;
}
</style>
border-color css
<style>
span { border-color: #C01CEC; }
span { border-color: rgb(192,28,236); }
td.TdClassName
{
border-color: #C01CEC;
}
.TagClassName
{
border-color: #C01CEC;
}
</style>