Shades of Electric Purple #C020EC
Tints of Electric Purple #C020EC
RGB
CMYK
RGB Variations
Color information
#C020EC (or 0xC020EC) is known color: Electric Purple. HEX triplet: C0, 20 and EC. RGB value is (192,32,236). Sum of RGB (Red+Green+Blue) = 192+32+236=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #C020EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020EC is #3FDF13. Grayscale: #666666. Windows color (decimal): -4185876 or 15474880. OLE color: 15474880.
HSL color Cylindrical-coordinate representation of color #C020EC: hue angle of 287.06º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C020EC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 32 | 236 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 287.06º | 0.84% | 0.53% | - |
| HSV(B) | 287.06º | 0.86% | 0.93% | - |
| XYZ | 37.4 | 18.3 | 80.92 | - |
| YUV | 103.1 | 203.01 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 236 | 0.19 | 0.86 | 0 | 0.07 | 287.06 | 0.84 | 0.53 |
| Hex | C0 | 20 | EC | 13 | 56 | 0 | 7 | 11F | 54 | 35 |
| Octal | 300 | 40 | 354 | 23 | 126 | 0 | 7 | 437 | 124 | 65 |
| Binary | 11000000 | 100000 | 11101100 | 10011 | 1010110 | 0 | 111 | 100011111 | 1010100 | 110101 |
Color Harmonies of #C020EC
Complementary color
Monochromatic Colors of #C020EC
Black with #C020EC
Text Example
Text Example
White with #C020EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020EC; }
p { color: rgb(192,32,236); }
H1.HeaderClassName
{
color: #C020EC;
}
.AnyTagClassName
{
color: #C020EC;
}
</style>
background-color css
<style>
a { background-color: #C020EC; }
a { background-color: rgb(192,32,236); }
div.DivClassName
{
background-color: #C020EC;
}
.BgClassName
{
background-color: #C020EC;
}
</style>
border-color css
<style>
span { border-color: #C020EC; }
span { border-color: rgb(192,32,236); }
td.TdClassName
{
border-color: #C020EC;
}
.TagClassName
{
border-color: #C020EC;
}
</style>