Shades of Electric Purple #C20CEC
Tints of Electric Purple #C20CEC
RGB
CMYK
RGB Variations
Color information
#C20CEC (or 0xC20CEC) is known color: Electric Purple. HEX triplet: C2, 0C and EC. RGB value is (194,12,236). Sum of RGB (Red+Green+Blue) = 194+12+236=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #C20CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20CEC is #3DF313. Grayscale: #5B5B5B. Windows color (decimal): -4059924 or 15469762. OLE color: 15469762.
HSL color Cylindrical-coordinate representation of color #C20CEC: hue angle of 288.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C20CEC is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 12 | 236 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.07 |
| HSL | 288.75º | 0.9% | 0.49% | - |
| HSV(B) | 288.75º | 0.95% | 0.93% | - |
| XYZ | 37.52 | 17.79 | 80.81 | - |
| YUV | 91.95 | 209.3 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 236 | 0.18 | 0.95 | 0 | 0.07 | 288.75 | 0.9 | 0.49 |
| Hex | C2 | C | EC | 12 | 5F | 0 | 7 | 121 | 5A | 31 |
| Octal | 302 | 14 | 354 | 22 | 137 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000010 | 1100 | 11101100 | 10010 | 1011111 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C20CEC
Complementary color
Monochromatic Colors of #C20CEC
Black with #C20CEC
Text Example
Text Example
White with #C20CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20CEC; }
p { color: rgb(194,12,236); }
H1.HeaderClassName
{
color: #C20CEC;
}
.AnyTagClassName
{
color: #C20CEC;
}
</style>
background-color css
<style>
a { background-color: #C20CEC; }
a { background-color: rgb(194,12,236); }
div.DivClassName
{
background-color: #C20CEC;
}
.BgClassName
{
background-color: #C20CEC;
}
</style>
border-color css
<style>
span { border-color: #C20CEC; }
span { border-color: rgb(194,12,236); }
td.TdClassName
{
border-color: #C20CEC;
}
.TagClassName
{
border-color: #C20CEC;
}
</style>