Shades of Electric Purple #C110EE
Tints of Electric Purple #C110EE
RGB
CMYK
RGB Variations
Color information
#C110EE (or 0xC110EE) is known color: Electric Purple. HEX triplet: C1, 10 and EE. RGB value is (193,16,238). Sum of RGB (Red+Green+Blue) = 193+16+238=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #C110EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C110EE is #3EEF11. Grayscale: #5D5D5D. Windows color (decimal): -4124434 or 15601857. OLE color: 15601857.
HSL color Cylindrical-coordinate representation of color #C110EE: hue angle of 287.84º 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 #C110EE is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 16 | 238 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.07 |
| HSL | 287.84º | 0.87% | 0.5% | - |
| HSV(B) | 287.84º | 0.93% | 0.93% | - |
| XYZ | 37.61 | 17.88 | 82.36 | - |
| YUV | 94.23 | 209.14 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 238 | 0.19 | 0.93 | 0 | 0.07 | 287.84 | 0.87 | 0.5 |
| Hex | C1 | 10 | EE | 13 | 5D | 0 | 7 | 120 | 57 | 32 |
| Octal | 301 | 20 | 356 | 23 | 135 | 0 | 7 | 440 | 127 | 62 |
| Binary | 11000001 | 10000 | 11101110 | 10011 | 1011101 | 0 | 111 | 100100000 | 1010111 | 110010 |
Color Harmonies of #C110EE
Complementary color
Monochromatic Colors of #C110EE
Black with #C110EE
Text Example
Text Example
White with #C110EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C110EE; }
p { color: rgb(193,16,238); }
H1.HeaderClassName
{
color: #C110EE;
}
.AnyTagClassName
{
color: #C110EE;
}
</style>
background-color css
<style>
a { background-color: #C110EE; }
a { background-color: rgb(193,16,238); }
div.DivClassName
{
background-color: #C110EE;
}
.BgClassName
{
background-color: #C110EE;
}
</style>
border-color css
<style>
span { border-color: #C110EE; }
span { border-color: rgb(193,16,238); }
td.TdClassName
{
border-color: #C110EE;
}
.TagClassName
{
border-color: #C110EE;
}
</style>