Shades of Electric Purple #C20FEC
Tints of Electric Purple #C20FEC
RGB
CMYK
RGB Variations
Color information
#C20FEC (or 0xC20FEC) is known color: Electric Purple. HEX triplet: C2, 0F and EC. RGB value is (194,15,236). Sum of RGB (Red+Green+Blue) = 194+15+236=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #C20FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20FEC is #3DF013. Grayscale: #5D5D5D. Windows color (decimal): -4059156 or 15470530. OLE color: 15470530.
HSL color Cylindrical-coordinate representation of color #C20FEC: hue angle of 288.6º degrees, saturation: 0.88, 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 #C20FEC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 15 | 236 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.6º | 0.88% | 0.49% | - |
| HSV(B) | 288.6º | 0.94% | 0.93% | - |
| XYZ | 37.56 | 17.87 | 80.83 | - |
| YUV | 93.72 | 208.3 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 236 | 0.18 | 0.94 | 0 | 0.07 | 288.6 | 0.88 | 0.49 |
| Hex | C2 | F | EC | 12 | 5E | 0 | 7 | 121 | 58 | 31 |
| Octal | 302 | 17 | 354 | 22 | 136 | 0 | 7 | 441 | 130 | 61 |
| Binary | 11000010 | 1111 | 11101100 | 10010 | 1011110 | 0 | 111 | 100100001 | 1011000 | 110001 |
Color Harmonies of #C20FEC
Complementary color
Monochromatic Colors of #C20FEC
Black with #C20FEC
Text Example
Text Example
White with #C20FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20FEC; }
p { color: rgb(194,15,236); }
H1.HeaderClassName
{
color: #C20FEC;
}
.AnyTagClassName
{
color: #C20FEC;
}
</style>
background-color css
<style>
a { background-color: #C20FEC; }
a { background-color: rgb(194,15,236); }
div.DivClassName
{
background-color: #C20FEC;
}
.BgClassName
{
background-color: #C20FEC;
}
</style>
border-color css
<style>
span { border-color: #C20FEC; }
span { border-color: rgb(194,15,236); }
td.TdClassName
{
border-color: #C20FEC;
}
.TagClassName
{
border-color: #C20FEC;
}
</style>