Shades of Electric Purple #C20DEC
Tints of Electric Purple #C20DEC
RGB
CMYK
RGB Variations
Color information
#C20DEC (or 0xC20DEC) is known color: Electric Purple. HEX triplet: C2, 0D and EC. RGB value is (194,13,236). Sum of RGB (Red+Green+Blue) = 194+13+236=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 13 (5.47% from 255 or 2.93% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #C20DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20DEC is #3DF213. Grayscale: #5B5B5B. Windows color (decimal): -4059668 or 15470018. OLE color: 15470018.
HSL color Cylindrical-coordinate representation of color #C20DEC: hue angle of 288.7º degrees, saturation: 0.9, 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 #C20DEC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 13 | 236 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.7º | 0.9% | 0.49% | - |
| HSV(B) | 288.7º | 0.94% | 0.93% | - |
| XYZ | 37.53 | 17.81 | 80.82 | - |
| YUV | 92.54 | 208.97 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 236 | 0.18 | 0.94 | 0 | 0.07 | 288.7 | 0.9 | 0.49 |
| Hex | C2 | D | EC | 12 | 5E | 0 | 7 | 121 | 5A | 31 |
| Octal | 302 | 15 | 354 | 22 | 136 | 0 | 7 | 441 | 132 | 61 |
| Binary | 11000010 | 1101 | 11101100 | 10010 | 1011110 | 0 | 111 | 100100001 | 1011010 | 110001 |
Color Harmonies of #C20DEC
Complementary color
Monochromatic Colors of #C20DEC
Black with #C20DEC
Text Example
Text Example
White with #C20DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20DEC; }
p { color: rgb(194,13,236); }
H1.HeaderClassName
{
color: #C20DEC;
}
.AnyTagClassName
{
color: #C20DEC;
}
</style>
background-color css
<style>
a { background-color: #C20DEC; }
a { background-color: rgb(194,13,236); }
div.DivClassName
{
background-color: #C20DEC;
}
.BgClassName
{
background-color: #C20DEC;
}
</style>
border-color css
<style>
span { border-color: #C20DEC; }
span { border-color: rgb(194,13,236); }
td.TdClassName
{
border-color: #C20DEC;
}
.TagClassName
{
border-color: #C20DEC;
}
</style>