Shades of Electric Purple #C014ED
Tints of Electric Purple #C014ED
RGB
CMYK
RGB Variations
Color information
#C014ED (or 0xC014ED) is known color: Electric Purple. HEX triplet: C0, 14 and ED. RGB value is (192,20,237). Sum of RGB (Red+Green+Blue) = 192+20+237=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #C014ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014ED is #3FEB12. Grayscale: #5F5F5F. Windows color (decimal): -4188947 or 15537344. OLE color: 15537344.
HSL color Cylindrical-coordinate representation of color #C014ED: hue angle of 287.56º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C014ED is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 20 | 237 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.07 |
| HSL | 287.56º | 0.86% | 0.5% | - |
| HSV(B) | 287.56º | 0.92% | 0.93% | - |
| XYZ | 37.27 | 17.82 | 81.6 | - |
| YUV | 96.17 | 207.48 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 20 | 237 | 0.19 | 0.92 | 0 | 0.07 | 287.56 | 0.86 | 0.5 |
| Hex | C0 | 14 | ED | 13 | 5C | 0 | 7 | 120 | 56 | 32 |
| Octal | 300 | 24 | 355 | 23 | 134 | 0 | 7 | 440 | 126 | 62 |
| Binary | 11000000 | 10100 | 11101101 | 10011 | 1011100 | 0 | 111 | 100100000 | 1010110 | 110010 |
Color Harmonies of #C014ED
Complementary color
Monochromatic Colors of #C014ED
Black with #C014ED
Text Example
Text Example
White with #C014ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C014ED; }
p { color: rgb(192,20,237); }
H1.HeaderClassName
{
color: #C014ED;
}
.AnyTagClassName
{
color: #C014ED;
}
</style>
background-color css
<style>
a { background-color: #C014ED; }
a { background-color: rgb(192,20,237); }
div.DivClassName
{
background-color: #C014ED;
}
.BgClassName
{
background-color: #C014ED;
}
</style>
border-color css
<style>
span { border-color: #C014ED; }
span { border-color: rgb(192,20,237); }
td.TdClassName
{
border-color: #C014ED;
}
.TagClassName
{
border-color: #C014ED;
}
</style>