Shades of Electric Purple #C419ED
Tints of Electric Purple #C419ED
RGB
CMYK
RGB Variations
Color information
#C419ED (or 0xC419ED) is known color: Electric Purple. HEX triplet: C4, 19 and ED. RGB value is (196,25,237). Sum of RGB (Red+Green+Blue) = 196+25+237=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #C419ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C419ED is #3BE612. Grayscale: #636363. Windows color (decimal): -3925523 or 15538628. OLE color: 15538628.
HSL color Cylindrical-coordinate representation of color #C419ED: hue angle of 288.4º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C419ED is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 25 | 237 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.07 |
| HSL | 288.4º | 0.85% | 0.51% | - |
| HSV(B) | 288.4º | 0.89% | 0.93% | - |
| XYZ | 38.4 | 18.55 | 81.68 | - |
| YUV | 100.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 25 | 237 | 0.17 | 0.89 | 0 | 0.07 | 288.4 | 0.85 | 0.51 |
| Hex | C4 | 19 | ED | 11 | 59 | 0 | 7 | 120 | 55 | 33 |
| Octal | 304 | 31 | 355 | 21 | 131 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000100 | 11001 | 11101101 | 10001 | 1011001 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C419ED
Complementary color
Monochromatic Colors of #C419ED
Black with #C419ED
Text Example
Text Example
White with #C419ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C419ED; }
p { color: rgb(196,25,237); }
H1.HeaderClassName
{
color: #C419ED;
}
.AnyTagClassName
{
color: #C419ED;
}
</style>
background-color css
<style>
a { background-color: #C419ED; }
a { background-color: rgb(196,25,237); }
div.DivClassName
{
background-color: #C419ED;
}
.BgClassName
{
background-color: #C419ED;
}
</style>
border-color css
<style>
span { border-color: #C419ED; }
span { border-color: rgb(196,25,237); }
td.TdClassName
{
border-color: #C419ED;
}
.TagClassName
{
border-color: #C419ED;
}
</style>