Shades of Electric Purple #C019ED
Tints of Electric Purple #C019ED
RGB
CMYK
RGB Variations
Color information
#C019ED (or 0xC019ED) is known color: Electric Purple. HEX triplet: C0, 19 and ED. RGB value is (192,25,237). Sum of RGB (Red+Green+Blue) = 192+25+237=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #C019ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C019ED is #3FE612. Grayscale: #626262. Windows color (decimal): -4187667 or 15538624. OLE color: 15538624.
HSL color Cylindrical-coordinate representation of color #C019ED: hue angle of 287.26º 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 #C019ED is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 25 | 237 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.07 |
| HSL | 287.26º | 0.85% | 0.51% | - |
| HSV(B) | 287.26º | 0.89% | 0.93% | - |
| XYZ | 37.37 | 18.02 | 81.63 | - |
| YUV | 99.1 | 205.83 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 237 | 0.19 | 0.89 | 0 | 0.07 | 287.26 | 0.85 | 0.51 |
| Hex | C0 | 19 | ED | 13 | 59 | 0 | 7 | 11F | 55 | 33 |
| Octal | 300 | 31 | 355 | 23 | 131 | 0 | 7 | 437 | 125 | 63 |
| Binary | 11000000 | 11001 | 11101101 | 10011 | 1011001 | 0 | 111 | 100011111 | 1010101 | 110011 |
Color Harmonies of #C019ED
Complementary color
Monochromatic Colors of #C019ED
Black with #C019ED
Text Example
Text Example
White with #C019ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C019ED; }
p { color: rgb(192,25,237); }
H1.HeaderClassName
{
color: #C019ED;
}
.AnyTagClassName
{
color: #C019ED;
}
</style>
background-color css
<style>
a { background-color: #C019ED; }
a { background-color: rgb(192,25,237); }
div.DivClassName
{
background-color: #C019ED;
}
.BgClassName
{
background-color: #C019ED;
}
</style>
border-color css
<style>
span { border-color: #C019ED; }
span { border-color: rgb(192,25,237); }
td.TdClassName
{
border-color: #C019ED;
}
.TagClassName
{
border-color: #C019ED;
}
</style>