Shades of Electric Purple #C20EEC
Tints of Electric Purple #C20EEC
RGB
CMYK
RGB Variations
Color information
#C20EEC (or 0xC20EEC) is known color: Electric Purple. HEX triplet: C2, 0E and EC. RGB value is (194,14,236). Sum of RGB (Red+Green+Blue) = 194+14+236=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 14 (5.86% from 255 or 3.15% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #C20EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EEC is #3DF113. Grayscale: #5C5C5C. Windows color (decimal): -4059412 or 15470274. OLE color: 15470274.
HSL color Cylindrical-coordinate representation of color #C20EEC: hue angle of 288.65º 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 #C20EEC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 14 | 236 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.65º | 0.89% | 0.49% | - |
| HSV(B) | 288.65º | 0.94% | 0.93% | - |
| XYZ | 37.55 | 17.84 | 80.82 | - |
| YUV | 93.13 | 208.63 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 236 | 0.18 | 0.94 | 0 | 0.07 | 288.65 | 0.89 | 0.49 |
| Hex | C2 | E | EC | 12 | 5E | 0 | 7 | 121 | 59 | 31 |
| Octal | 302 | 16 | 354 | 22 | 136 | 0 | 7 | 441 | 131 | 61 |
| Binary | 11000010 | 1110 | 11101100 | 10010 | 1011110 | 0 | 111 | 100100001 | 1011001 | 110001 |
Color Harmonies of #C20EEC
Complementary color
Monochromatic Colors of #C20EEC
Black with #C20EEC
Text Example
Text Example
White with #C20EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EEC; }
p { color: rgb(194,14,236); }
H1.HeaderClassName
{
color: #C20EEC;
}
.AnyTagClassName
{
color: #C20EEC;
}
</style>
background-color css
<style>
a { background-color: #C20EEC; }
a { background-color: rgb(194,14,236); }
div.DivClassName
{
background-color: #C20EEC;
}
.BgClassName
{
background-color: #C20EEC;
}
</style>
border-color css
<style>
span { border-color: #C20EEC; }
span { border-color: rgb(194,14,236); }
td.TdClassName
{
border-color: #C20EEC;
}
.TagClassName
{
border-color: #C20EEC;
}
</style>