Shades of Electric Purple #C222EC
Tints of Electric Purple #C222EC
RGB
CMYK
RGB Variations
Color information
#C222EC (or 0xC222EC) is known color: Electric Purple. HEX triplet: C2, 22 and EC. RGB value is (194,34,236). Sum of RGB (Red+Green+Blue) = 194+34+236=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #C222EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222EC is #3DDD13. Grayscale: #686868. Windows color (decimal): -4054292 or 15475394. OLE color: 15475394.
HSL color Cylindrical-coordinate representation of color #C222EC: hue angle of 287.52º 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 #C222EC is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 34 | 236 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.07 |
| HSL | 287.52º | 0.84% | 0.53% | - |
| HSV(B) | 287.52º | 0.86% | 0.93% | - |
| XYZ | 37.96 | 18.67 | 80.96 | - |
| YUV | 104.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 236 | 0.18 | 0.86 | 0 | 0.07 | 287.52 | 0.84 | 0.53 |
| Hex | C2 | 22 | EC | 12 | 56 | 0 | 7 | 120 | 54 | 35 |
| Octal | 302 | 42 | 354 | 22 | 126 | 0 | 7 | 440 | 124 | 65 |
| Binary | 11000010 | 100010 | 11101100 | 10010 | 1010110 | 0 | 111 | 100100000 | 1010100 | 110101 |
Color Harmonies of #C222EC
Complementary color
Monochromatic Colors of #C222EC
Black with #C222EC
Text Example
Text Example
White with #C222EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222EC; }
p { color: rgb(194,34,236); }
H1.HeaderClassName
{
color: #C222EC;
}
.AnyTagClassName
{
color: #C222EC;
}
</style>
background-color css
<style>
a { background-color: #C222EC; }
a { background-color: rgb(194,34,236); }
div.DivClassName
{
background-color: #C222EC;
}
.BgClassName
{
background-color: #C222EC;
}
</style>
border-color css
<style>
span { border-color: #C222EC; }
span { border-color: rgb(194,34,236); }
td.TdClassName
{
border-color: #C222EC;
}
.TagClassName
{
border-color: #C222EC;
}
</style>