Shades of Electric Purple #C211EE
Tints of Electric Purple #C211EE
RGB
CMYK
RGB Variations
Color information
#C211EE (or 0xC211EE) is known color: Electric Purple. HEX triplet: C2, 11 and EE. RGB value is (194,17,238). Sum of RGB (Red+Green+Blue) = 194+17+238=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #C211EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211EE is #3DEE11. Grayscale: #5E5E5E. Windows color (decimal): -4058642 or 15602114. OLE color: 15602114.
HSL color Cylindrical-coordinate representation of color #C211EE: hue angle of 288.05º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C211EE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 17 | 238 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.07 |
| HSL | 288.05º | 0.87% | 0.5% | - |
| HSV(B) | 288.05º | 0.93% | 0.93% | - |
| XYZ | 37.88 | 18.04 | 82.38 | - |
| YUV | 95.12 | 208.64 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 238 | 0.18 | 0.93 | 0 | 0.07 | 288.05 | 0.87 | 0.5 |
| Hex | C2 | 11 | EE | 12 | 5D | 0 | 7 | 120 | 57 | 32 |
| Octal | 302 | 21 | 356 | 22 | 135 | 0 | 7 | 440 | 127 | 62 |
| Binary | 11000010 | 10001 | 11101110 | 10010 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C211EE
Complementary color
Monochromatic Colors of #C211EE
Black with #C211EE
Text Example
Text Example
White with #C211EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211EE; }
p { color: rgb(194,17,238); }
H1.HeaderClassName
{
color: #C211EE;
}
.AnyTagClassName
{
color: #C211EE;
}
</style>
background-color css
<style>
a { background-color: #C211EE; }
a { background-color: rgb(194,17,238); }
div.DivClassName
{
background-color: #C211EE;
}
.BgClassName
{
background-color: #C211EE;
}
</style>
border-color css
<style>
span { border-color: #C211EE; }
span { border-color: rgb(194,17,238); }
td.TdClassName
{
border-color: #C211EE;
}
.TagClassName
{
border-color: #C211EE;
}
</style>