Shades of Electric Purple #C211E9
Tints of Electric Purple #C211E9
RGB
CMYK
RGB Variations
Color information
#C211E9 (or 0xC211E9) is known color: Electric Purple. HEX triplet: C2, 11 and E9. RGB value is (194,17,233). Sum of RGB (Red+Green+Blue) = 194+17+233=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #C211E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211E9 is #3DEE16. Grayscale: #5D5D5D. Windows color (decimal): -4058647 or 15274434. OLE color: 15274434.
HSL color Cylindrical-coordinate representation of color #C211E9: hue angle of 289.17º 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 #C211E9 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 17 | 233 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.09 |
| HSL | 289.17º | 0.86% | 0.49% | - |
| HSV(B) | 289.17º | 0.93% | 0.91% | - |
| XYZ | 37.16 | 17.75 | 78.56 | - |
| YUV | 94.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 233 | 0.17 | 0.93 | 0 | 0.09 | 289.17 | 0.86 | 0.49 |
| Hex | C2 | 11 | E9 | 11 | 5D | 0 | 9 | 121 | 56 | 31 |
| Octal | 302 | 21 | 351 | 21 | 135 | 0 | 11 | 441 | 126 | 61 |
| Binary | 11000010 | 10001 | 11101001 | 10001 | 1011101 | 0 | 1001 | 100100001 | 1010110 | 110001 |
Color Harmonies of #C211E9
Complementary color
Monochromatic Colors of #C211E9
Black with #C211E9
Text Example
Text Example
White with #C211E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211E9; }
p { color: rgb(194,17,233); }
H1.HeaderClassName
{
color: #C211E9;
}
.AnyTagClassName
{
color: #C211E9;
}
</style>
background-color css
<style>
a { background-color: #C211E9; }
a { background-color: rgb(194,17,233); }
div.DivClassName
{
background-color: #C211E9;
}
.BgClassName
{
background-color: #C211E9;
}
</style>
border-color css
<style>
span { border-color: #C211E9; }
span { border-color: rgb(194,17,233); }
td.TdClassName
{
border-color: #C211E9;
}
.TagClassName
{
border-color: #C211E9;
}
</style>