Shades of Electric Purple #C211E8
Tints of Electric Purple #C211E8
RGB
CMYK
RGB Variations
Color information
#C211E8 (or 0xC211E8) is known color: Electric Purple. HEX triplet: C2, 11 and E8. RGB value is (194,17,232). Sum of RGB (Red+Green+Blue) = 194+17+232=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 232 (91.02% from 255 or 52.37% from 443); Max value from RGB is 232 - color contains mainly: blue. Hex color #C211E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211E8 is #3DEE17. Grayscale: #5D5D5D. Windows color (decimal): -4058648 or 15208898. OLE color: 15208898.
HSL color Cylindrical-coordinate representation of color #C211E8: hue angle of 289.4º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C211E8 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 17 | 232 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.09 |
| HSL | 289.4º | 0.86% | 0.49% | - |
| HSV(B) | 289.4º | 0.93% | 0.91% | - |
| XYZ | 37.01 | 17.7 | 77.81 | - |
| YUV | 94.43 | 205.64 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 232 | 0.16 | 0.93 | 0 | 0.09 | 289.4 | 0.86 | 0.49 |
| Hex | C2 | 11 | E8 | 10 | 5D | 0 | 9 | 121 | 56 | 31 |
| Octal | 302 | 21 | 350 | 20 | 135 | 0 | 11 | 441 | 126 | 61 |
| Binary | 11000010 | 10001 | 11101000 | 10000 | 1011101 | 0 | 1001 | 100100001 | 1010110 | 110001 |
Color Harmonies of #C211E8
Complementary color
Monochromatic Colors of #C211E8
Black with #C211E8
Text Example
Text Example
White with #C211E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211E8; }
p { color: rgb(194,17,232); }
H1.HeaderClassName
{
color: #C211E8;
}
.AnyTagClassName
{
color: #C211E8;
}
</style>
background-color css
<style>
a { background-color: #C211E8; }
a { background-color: rgb(194,17,232); }
div.DivClassName
{
background-color: #C211E8;
}
.BgClassName
{
background-color: #C211E8;
}
</style>
border-color css
<style>
span { border-color: #C211E8; }
span { border-color: rgb(194,17,232); }
td.TdClassName
{
border-color: #C211E8;
}
.TagClassName
{
border-color: #C211E8;
}
</style>