Shades of Electric Purple #C220EF
Tints of Electric Purple #C220EF
RGB
CMYK
RGB Variations
Color information
#C220EF (or 0xC220EF) is known color: Electric Purple. HEX triplet: C2, 20 and EF. RGB value is (194,32,239). Sum of RGB (Red+Green+Blue) = 194+32+239=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 32 (12.89% from 255 or 6.88% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #C220EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C220EF is #3DDF10. Grayscale: #676767. Windows color (decimal): -4054801 or 15671490. OLE color: 15671490.
HSL color Cylindrical-coordinate representation of color #C220EF: hue angle of 286.96º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C220EF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 32 | 239 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.06 |
| HSL | 286.96º | 0.87% | 0.53% | - |
| HSV(B) | 286.96º | 0.87% | 0.94% | - |
| XYZ | 38.34 | 18.73 | 83.26 | - |
| YUV | 104.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 239 | 0.19 | 0.87 | 0 | 0.06 | 286.96 | 0.87 | 0.53 |
| Hex | C2 | 20 | EF | 13 | 57 | 0 | 6 | 11F | 57 | 35 |
| Octal | 302 | 40 | 357 | 23 | 127 | 0 | 6 | 437 | 127 | 65 |
| Binary | 11000010 | 100000 | 11101111 | 10011 | 1010111 | 0 | 110 | 100011111 | 1010111 | 110101 |
Color Harmonies of #C220EF
Complementary color
Monochromatic Colors of #C220EF
Black with #C220EF
Text Example
Text Example
White with #C220EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C220EF; }
p { color: rgb(194,32,239); }
H1.HeaderClassName
{
color: #C220EF;
}
.AnyTagClassName
{
color: #C220EF;
}
</style>
background-color css
<style>
a { background-color: #C220EF; }
a { background-color: rgb(194,32,239); }
div.DivClassName
{
background-color: #C220EF;
}
.BgClassName
{
background-color: #C220EF;
}
</style>
border-color css
<style>
span { border-color: #C220EF; }
span { border-color: rgb(194,32,239); }
td.TdClassName
{
border-color: #C220EF;
}
.TagClassName
{
border-color: #C220EF;
}
</style>