Shades of Electric Purple #C021EC
Tints of Electric Purple #C021EC
RGB
CMYK
RGB Variations
Color information
#C021EC (or 0xC021EC) is known color: Electric Purple. HEX triplet: C0, 21 and EC. RGB value is (192,33,236). Sum of RGB (Red+Green+Blue) = 192+33+236=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #C021EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021EC is #3FDE13. Grayscale: #676767. Windows color (decimal): -4185620 or 15475136. OLE color: 15475136.
HSL color Cylindrical-coordinate representation of color #C021EC: hue angle of 287º 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 #C021EC is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 33 | 236 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.07 |
| HSL | 287º | 0.84% | 0.53% | - |
| HSV(B) | 287º | 0.86% | 0.93% | - |
| XYZ | 37.42 | 18.35 | 80.93 | - |
| YUV | 103.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 236 | 0.19 | 0.86 | 0 | 0.07 | 287 | 0.84 | 0.53 |
| Hex | C0 | 21 | EC | 13 | 56 | 0 | 7 | 11F | 54 | 35 |
| Octal | 300 | 41 | 354 | 23 | 126 | 0 | 7 | 437 | 124 | 65 |
| Binary | 11000000 | 100001 | 11101100 | 10011 | 1010110 | 0 | 111 | 100011111 | 1010100 | 110101 |
Color Harmonies of #C021EC
Complementary color
Monochromatic Colors of #C021EC
Black with #C021EC
Text Example
Text Example
White with #C021EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021EC; }
p { color: rgb(192,33,236); }
H1.HeaderClassName
{
color: #C021EC;
}
.AnyTagClassName
{
color: #C021EC;
}
</style>
background-color css
<style>
a { background-color: #C021EC; }
a { background-color: rgb(192,33,236); }
div.DivClassName
{
background-color: #C021EC;
}
.BgClassName
{
background-color: #C021EC;
}
</style>
border-color css
<style>
span { border-color: #C021EC; }
span { border-color: rgb(192,33,236); }
td.TdClassName
{
border-color: #C021EC;
}
.TagClassName
{
border-color: #C021EC;
}
</style>