Shades of Electric Purple #C01DE8
Tints of Electric Purple #C01DE8
RGB
CMYK
RGB Variations
Color information
#C01DE8 (or 0xC01DE8) is known color: Electric Purple. HEX triplet: C0, 1D and E8. RGB value is (192,29,232). Sum of RGB (Red+Green+Blue) = 192+29+232=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #C01DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01DE8 is #3FE217. Grayscale: #646464. Windows color (decimal): -4186648 or 15211968. OLE color: 15211968.
HSL color Cylindrical-coordinate representation of color #C01DE8: hue angle of 288.18º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01DE8 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 29 | 232 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.09 |
| HSL | 288.18º | 0.82% | 0.51% | - |
| HSV(B) | 288.18º | 0.88% | 0.91% | - |
| XYZ | 36.74 | 17.91 | 77.86 | - |
| YUV | 100.88 | 202 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 232 | 0.17 | 0.88 | 0 | 0.09 | 288.18 | 0.82 | 0.51 |
| Hex | C0 | 1D | E8 | 11 | 58 | 0 | 9 | 120 | 52 | 33 |
| Octal | 300 | 35 | 350 | 21 | 130 | 0 | 11 | 440 | 122 | 63 |
| Binary | 11000000 | 11101 | 11101000 | 10001 | 1011000 | 0 | 1001 | 100100000 | 1010010 | 110011 |
Color Harmonies of #C01DE8
Complementary color
Monochromatic Colors of #C01DE8
Black with #C01DE8
Text Example
Text Example
White with #C01DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DE8; }
p { color: rgb(192,29,232); }
H1.HeaderClassName
{
color: #C01DE8;
}
.AnyTagClassName
{
color: #C01DE8;
}
</style>
background-color css
<style>
a { background-color: #C01DE8; }
a { background-color: rgb(192,29,232); }
div.DivClassName
{
background-color: #C01DE8;
}
.BgClassName
{
background-color: #C01DE8;
}
</style>
border-color css
<style>
span { border-color: #C01DE8; }
span { border-color: rgb(192,29,232); }
td.TdClassName
{
border-color: #C01DE8;
}
.TagClassName
{
border-color: #C01DE8;
}
</style>