Shades of Electric Purple #C01CEA
Tints of Electric Purple #C01CEA
RGB
CMYK
RGB Variations
Color information
#C01CEA (or 0xC01CEA) is known color: Electric Purple. HEX triplet: C0, 1C and EA. RGB value is (192,28,234). Sum of RGB (Red+Green+Blue) = 192+28+234=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #C01CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CEA is #3FE315. Grayscale: #636363. Windows color (decimal): -4186902 or 15342784. OLE color: 15342784.
HSL color Cylindrical-coordinate representation of color #C01CEA: hue angle of 287.77º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01CEA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 28 | 234 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.08 |
| HSL | 287.77º | 0.83% | 0.51% | - |
| HSV(B) | 287.77º | 0.88% | 0.92% | - |
| XYZ | 37 | 17.98 | 79.36 | - |
| YUV | 100.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 234 | 0.18 | 0.88 | 0 | 0.08 | 287.77 | 0.83 | 0.51 |
| Hex | C0 | 1C | EA | 12 | 58 | 0 | 8 | 120 | 53 | 33 |
| Octal | 300 | 34 | 352 | 22 | 130 | 0 | 10 | 440 | 123 | 63 |
| Binary | 11000000 | 11100 | 11101010 | 10010 | 1011000 | 0 | 1000 | 100100000 | 1010011 | 110011 |
Color Harmonies of #C01CEA
Complementary color
Monochromatic Colors of #C01CEA
Black with #C01CEA
Text Example
Text Example
White with #C01CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CEA; }
p { color: rgb(192,28,234); }
H1.HeaderClassName
{
color: #C01CEA;
}
.AnyTagClassName
{
color: #C01CEA;
}
</style>
background-color css
<style>
a { background-color: #C01CEA; }
a { background-color: rgb(192,28,234); }
div.DivClassName
{
background-color: #C01CEA;
}
.BgClassName
{
background-color: #C01CEA;
}
</style>
border-color css
<style>
span { border-color: #C01CEA; }
span { border-color: rgb(192,28,234); }
td.TdClassName
{
border-color: #C01CEA;
}
.TagClassName
{
border-color: #C01CEA;
}
</style>