Shades of Electric Purple #C111EF
Tints of Electric Purple #C111EF
RGB
CMYK
RGB Variations
Color information
#C111EF (or 0xC111EF) is known color: Electric Purple. HEX triplet: C1, 11 and EF. RGB value is (193,17,239). Sum of RGB (Red+Green+Blue) = 193+17+239=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 17 (7.03% from 255 or 3.79% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C111EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C111EF is #3EEE10. Grayscale: #5E5E5E. Windows color (decimal): -4124177 or 15667649. OLE color: 15667649.
HSL color Cylindrical-coordinate representation of color #C111EF: hue angle of 287.57º 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 #C111EF is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 17 | 239 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.06 |
| HSL | 287.57º | 0.87% | 0.5% | - |
| HSV(B) | 287.57º | 0.93% | 0.94% | - |
| XYZ | 37.77 | 17.97 | 83.14 | - |
| YUV | 94.93 | 209.31 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 17 | 239 | 0.19 | 0.93 | 0 | 0.06 | 287.57 | 0.87 | 0.5 |
| Hex | C1 | 11 | EF | 13 | 5D | 0 | 6 | 120 | 57 | 32 |
| Octal | 301 | 21 | 357 | 23 | 135 | 0 | 6 | 440 | 127 | 62 |
| Binary | 11000001 | 10001 | 11101111 | 10011 | 1011101 | 0 | 110 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C111EF
Complementary color
Monochromatic Colors of #C111EF
Black with #C111EF
Text Example
Text Example
White with #C111EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C111EF; }
p { color: rgb(193,17,239); }
H1.HeaderClassName
{
color: #C111EF;
}
.AnyTagClassName
{
color: #C111EF;
}
</style>
background-color css
<style>
a { background-color: #C111EF; }
a { background-color: rgb(193,17,239); }
div.DivClassName
{
background-color: #C111EF;
}
.BgClassName
{
background-color: #C111EF;
}
</style>
border-color css
<style>
span { border-color: #C111EF; }
span { border-color: rgb(193,17,239); }
td.TdClassName
{
border-color: #C111EF;
}
.TagClassName
{
border-color: #C111EF;
}
</style>