Shades of Electric Purple #C021E7
Tints of Electric Purple #C021E7
RGB
CMYK
RGB Variations
Color information
#C021E7 (or 0xC021E7) is known color: Electric Purple. HEX triplet: C0, 21 and E7. RGB value is (192,33,231). Sum of RGB (Red+Green+Blue) = 192+33+231=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #C021E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C021E7 is #3FDE18. Grayscale: #666666. Windows color (decimal): -4185625 or 15147456. OLE color: 15147456.
HSL color Cylindrical-coordinate representation of color #C021E7: hue angle of 288.18º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C021E7 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 33 | 231 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.09 |
| HSL | 288.18º | 0.8% | 0.52% | - |
| HSV(B) | 288.18º | 0.86% | 0.91% | - |
| XYZ | 36.71 | 18.06 | 77.15 | - |
| YUV | 103.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 231 | 0.17 | 0.86 | 0 | 0.09 | 288.18 | 0.8 | 0.52 |
| Hex | C0 | 21 | E7 | 11 | 56 | 0 | 9 | 120 | 50 | 34 |
| Octal | 300 | 41 | 347 | 21 | 126 | 0 | 11 | 440 | 120 | 64 |
| Binary | 11000000 | 100001 | 11100111 | 10001 | 1010110 | 0 | 1001 | 100100000 | 1010000 | 110100 |
Color Harmonies of #C021E7
Complementary color
Monochromatic Colors of #C021E7
Black with #C021E7
Text Example
Text Example
White with #C021E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C021E7; }
p { color: rgb(192,33,231); }
H1.HeaderClassName
{
color: #C021E7;
}
.AnyTagClassName
{
color: #C021E7;
}
</style>
background-color css
<style>
a { background-color: #C021E7; }
a { background-color: rgb(192,33,231); }
div.DivClassName
{
background-color: #C021E7;
}
.BgClassName
{
background-color: #C021E7;
}
</style>
border-color css
<style>
span { border-color: #C021E7; }
span { border-color: rgb(192,33,231); }
td.TdClassName
{
border-color: #C021E7;
}
.TagClassName
{
border-color: #C021E7;
}
</style>