Shades of Electric Purple #C222E9
Tints of Electric Purple #C222E9
RGB
CMYK
RGB Variations
Color information
#C222E9 (or 0xC222E9) is known color: Electric Purple. HEX triplet: C2, 22 and E9. RGB value is (194,34,233). Sum of RGB (Red+Green+Blue) = 194+34+233=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 34 (13.67% from 255 or 7.38% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #C222E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C222E9 is #3DDD16. Grayscale: #676767. Windows color (decimal): -4054295 or 15278786. OLE color: 15278786.
HSL color Cylindrical-coordinate representation of color #C222E9: hue angle of 288.24º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C222E9 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 34 | 233 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.09 |
| HSL | 288.24º | 0.82% | 0.52% | - |
| HSV(B) | 288.24º | 0.85% | 0.91% | - |
| XYZ | 37.53 | 18.5 | 78.68 | - |
| YUV | 104.53 | 200.51 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 233 | 0.17 | 0.85 | 0 | 0.09 | 288.24 | 0.82 | 0.52 |
| Hex | C2 | 22 | E9 | 11 | 55 | 0 | 9 | 120 | 52 | 34 |
| Octal | 302 | 42 | 351 | 21 | 125 | 0 | 11 | 440 | 122 | 64 |
| Binary | 11000010 | 100010 | 11101001 | 10001 | 1010101 | 0 | 1001 | 100100000 | 1010010 | 110100 |
Color Harmonies of #C222E9
Complementary color
Monochromatic Colors of #C222E9
Black with #C222E9
Text Example
Text Example
White with #C222E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C222E9; }
p { color: rgb(194,34,233); }
H1.HeaderClassName
{
color: #C222E9;
}
.AnyTagClassName
{
color: #C222E9;
}
</style>
background-color css
<style>
a { background-color: #C222E9; }
a { background-color: rgb(194,34,233); }
div.DivClassName
{
background-color: #C222E9;
}
.BgClassName
{
background-color: #C222E9;
}
</style>
border-color css
<style>
span { border-color: #C222E9; }
span { border-color: rgb(194,34,233); }
td.TdClassName
{
border-color: #C222E9;
}
.TagClassName
{
border-color: #C222E9;
}
</style>