Shades of Electric Purple #C40EED
Tints of Electric Purple #C40EED
RGB
CMYK
RGB Variations
Color information
#C40EED (or 0xC40EED) is known color: Electric Purple. HEX triplet: C4, 0E and ED. RGB value is (196,14,237). Sum of RGB (Red+Green+Blue) = 196+14+237=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #C40EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C40EED is #3BF112. Grayscale: #5D5D5D. Windows color (decimal): -3928339 or 15535812. OLE color: 15535812.
HSL color Cylindrical-coordinate representation of color #C40EED: hue angle of 288.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40EED is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 14 | 237 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.07 |
| HSL | 288.97º | 0.89% | 0.49% | - |
| HSV(B) | 288.97º | 0.94% | 0.93% | - |
| XYZ | 38.21 | 18.16 | 81.61 | - |
| YUV | 93.84 | 208.8 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 14 | 237 | 0.17 | 0.94 | 0 | 0.07 | 288.97 | 0.89 | 0.49 |
| Hex | C4 | E | ED | 11 | 5E | 0 | 7 | 121 | 59 | 31 |
| Octal | 304 | 16 | 355 | 21 | 136 | 0 | 7 | 441 | 131 | 61 |
| Binary | 11000100 | 1110 | 11101101 | 10001 | 1011110 | 0 | 111 | 100100001 | 1011001 | 110001 |
Color Harmonies of #C40EED
Complementary color
Monochromatic Colors of #C40EED
Black with #C40EED
Text Example
Text Example
White with #C40EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40EED; }
p { color: rgb(196,14,237); }
H1.HeaderClassName
{
color: #C40EED;
}
.AnyTagClassName
{
color: #C40EED;
}
</style>
background-color css
<style>
a { background-color: #C40EED; }
a { background-color: rgb(196,14,237); }
div.DivClassName
{
background-color: #C40EED;
}
.BgClassName
{
background-color: #C40EED;
}
</style>
border-color css
<style>
span { border-color: #C40EED; }
span { border-color: rgb(196,14,237); }
td.TdClassName
{
border-color: #C40EED;
}
.TagClassName
{
border-color: #C40EED;
}
</style>