Shades of Electric Purple #C01DEA
Tints of Electric Purple #C01DEA
RGB
CMYK
RGB Variations
Color information
#C01DEA (or 0xC01DEA) is known color: Electric Purple. HEX triplet: C0, 1D and EA. RGB value is (192,29,234). Sum of RGB (Red+Green+Blue) = 192+29+234=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #C01DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DEA is #3FE215. Grayscale: #646464. Windows color (decimal): -4186646 or 15343040. OLE color: 15343040.
HSL color Cylindrical-coordinate representation of color #C01DEA: hue angle of 287.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DEA is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 29 | 234 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.08 |
| HSL | 287.71º | 0.83% | 0.52% | - |
| HSV(B) | 287.71º | 0.88% | 0.92% | - |
| XYZ | 37.03 | 18.03 | 79.37 | - |
| YUV | 101.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 234 | 0.18 | 0.88 | 0 | 0.08 | 287.71 | 0.83 | 0.52 |
| Hex | C0 | 1D | EA | 12 | 58 | 0 | 8 | 120 | 53 | 34 |
| Octal | 300 | 35 | 352 | 22 | 130 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000000 | 11101 | 11101010 | 10010 | 1011000 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C01DEA
Complementary color
Monochromatic Colors of #C01DEA
Black with #C01DEA
Text Example
Text Example
White with #C01DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DEA; }
p { color: rgb(192,29,234); }
H1.HeaderClassName
{
color: #C01DEA;
}
.AnyTagClassName
{
color: #C01DEA;
}
</style>
background-color css
<style>
a { background-color: #C01DEA; }
a { background-color: rgb(192,29,234); }
div.DivClassName
{
background-color: #C01DEA;
}
.BgClassName
{
background-color: #C01DEA;
}
</style>
border-color css
<style>
span { border-color: #C01DEA; }
span { border-color: rgb(192,29,234); }
td.TdClassName
{
border-color: #C01DEA;
}
.TagClassName
{
border-color: #C01DEA;
}
</style>