Shades of Electric Purple #C020EB
Tints of Electric Purple #C020EB
RGB
CMYK
RGB Variations
Color information
#C020EB (or 0xC020EB) is known color: Electric Purple. HEX triplet: C0, 20 and EB. RGB value is (192,32,235). Sum of RGB (Red+Green+Blue) = 192+32+235=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 32 (12.89% from 255 or 6.97% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #C020EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020EB is #3FDF14. Grayscale: #666666. Windows color (decimal): -4185877 or 15409344. OLE color: 15409344.
HSL color Cylindrical-coordinate representation of color #C020EB: hue angle of 287.29º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C020EB is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 32 | 235 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.08 |
| HSL | 287.29º | 0.84% | 0.52% | - |
| HSV(B) | 287.29º | 0.86% | 0.92% | - |
| XYZ | 37.25 | 18.24 | 80.15 | - |
| YUV | 102.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 235 | 0.18 | 0.86 | 0 | 0.08 | 287.29 | 0.84 | 0.52 |
| Hex | C0 | 20 | EB | 12 | 56 | 0 | 8 | 11F | 54 | 34 |
| Octal | 300 | 40 | 353 | 22 | 126 | 0 | 10 | 437 | 124 | 64 |
| Binary | 11000000 | 100000 | 11101011 | 10010 | 1010110 | 0 | 1000 | 100011111 | 1010100 | 110100 |
Color Harmonies of #C020EB
Complementary color
Monochromatic Colors of #C020EB
Black with #C020EB
Text Example
Text Example
White with #C020EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020EB; }
p { color: rgb(192,32,235); }
H1.HeaderClassName
{
color: #C020EB;
}
.AnyTagClassName
{
color: #C020EB;
}
</style>
background-color css
<style>
a { background-color: #C020EB; }
a { background-color: rgb(192,32,235); }
div.DivClassName
{
background-color: #C020EB;
}
.BgClassName
{
background-color: #C020EB;
}
</style>
border-color css
<style>
span { border-color: #C020EB; }
span { border-color: rgb(192,32,235); }
td.TdClassName
{
border-color: #C020EB;
}
.TagClassName
{
border-color: #C020EB;
}
</style>