Shades of Electric Purple #C221E8
Tints of Electric Purple #C221E8
RGB
CMYK
RGB Variations
Color information
#C221E8 (or 0xC221E8) is known color: Electric Purple. HEX triplet: C2, 21 and E8. RGB value is (194,33,232). Sum of RGB (Red+Green+Blue) = 194+33+232=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #C221E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C221E8 is #3DDE17. Grayscale: #676767. Windows color (decimal): -4054552 or 15212994. OLE color: 15212994.
HSL color Cylindrical-coordinate representation of color #C221E8: hue angle of 288.54º degrees, saturation: 0.81, 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 #C221E8 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 33 | 232 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.09 |
| HSL | 288.54º | 0.81% | 0.52% | - |
| HSV(B) | 288.54º | 0.86% | 0.91% | - |
| XYZ | 37.36 | 18.38 | 77.92 | - |
| YUV | 103.83 | 200.34 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 232 | 0.16 | 0.86 | 0 | 0.09 | 288.54 | 0.81 | 0.52 |
| Hex | C2 | 21 | E8 | 10 | 56 | 0 | 9 | 121 | 51 | 34 |
| Octal | 302 | 41 | 350 | 20 | 126 | 0 | 11 | 441 | 121 | 64 |
| Binary | 11000010 | 100001 | 11101000 | 10000 | 1010110 | 0 | 1001 | 100100001 | 1010001 | 110100 |
Color Harmonies of #C221E8
Complementary color
Monochromatic Colors of #C221E8
Black with #C221E8
Text Example
Text Example
White with #C221E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C221E8; }
p { color: rgb(194,33,232); }
H1.HeaderClassName
{
color: #C221E8;
}
.AnyTagClassName
{
color: #C221E8;
}
</style>
background-color css
<style>
a { background-color: #C221E8; }
a { background-color: rgb(194,33,232); }
div.DivClassName
{
background-color: #C221E8;
}
.BgClassName
{
background-color: #C221E8;
}
</style>
border-color css
<style>
span { border-color: #C221E8; }
span { border-color: rgb(194,33,232); }
td.TdClassName
{
border-color: #C221E8;
}
.TagClassName
{
border-color: #C221E8;
}
</style>