Shades of Electric Purple #C211EF
Tints of Electric Purple #C211EF
RGB
CMYK
RGB Variations
Color information
#C211EF (or 0xC211EF) is known color: Electric Purple. HEX triplet: C2, 11 and EF. RGB value is (194,17,239). Sum of RGB (Red+Green+Blue) = 194+17+239=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 17 (7.03% from 255 or 3.78% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #C211EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C211EF is #3DEE10. Grayscale: #5E5E5E. Windows color (decimal): -4058641 or 15667650. OLE color: 15667650.
HSL color Cylindrical-coordinate representation of color #C211EF: hue angle of 287.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C211EF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 17 | 239 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.06 |
| HSL | 287.84º | 0.87% | 0.5% | - |
| HSV(B) | 287.84º | 0.93% | 0.94% | - |
| XYZ | 38.03 | 18.1 | 83.15 | - |
| YUV | 95.23 | 209.14 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 239 | 0.19 | 0.93 | 0 | 0.06 | 287.84 | 0.87 | 0.5 |
| Hex | C2 | 11 | EF | 13 | 5D | 0 | 6 | 120 | 57 | 32 |
| Octal | 302 | 21 | 357 | 23 | 135 | 0 | 6 | 440 | 127 | 62 |
| Binary | 11000010 | 10001 | 11101111 | 10011 | 1011101 | 0 | 110 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C211EF
Complementary color
Monochromatic Colors of #C211EF
Black with #C211EF
Text Example
Text Example
White with #C211EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C211EF; }
p { color: rgb(194,17,239); }
H1.HeaderClassName
{
color: #C211EF;
}
.AnyTagClassName
{
color: #C211EF;
}
</style>
background-color css
<style>
a { background-color: #C211EF; }
a { background-color: rgb(194,17,239); }
div.DivClassName
{
background-color: #C211EF;
}
.BgClassName
{
background-color: #C211EF;
}
</style>
border-color css
<style>
span { border-color: #C211EF; }
span { border-color: rgb(194,17,239); }
td.TdClassName
{
border-color: #C211EF;
}
.TagClassName
{
border-color: #C211EF;
}
</style>