Shades of Electric Purple #C11EEE
Tints of Electric Purple #C11EEE
RGB
CMYK
RGB Variations
Color information
#C11EEE (or 0xC11EEE) is known color: Electric Purple. HEX triplet: C1, 1E and EE. RGB value is (193,30,238). Sum of RGB (Red+Green+Blue) = 193+30+238=461 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.87% from 461); Green value is 30 (12.11% from 255 or 6.51% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C11EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EEE is #3EE111. Grayscale: #656565. Windows color (decimal): -4120850 or 15605441. OLE color: 15605441.
HSL color Cylindrical-coordinate representation of color #C11EEE: hue angle of 287.02º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11EEE is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 30 | 238 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.07 |
| HSL | 287.02º | 0.86% | 0.53% | - |
| HSV(B) | 287.02º | 0.87% | 0.93% | - |
| XYZ | 37.89 | 18.44 | 82.45 | - |
| YUV | 102.45 | 204.5 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 238 | 0.19 | 0.87 | 0 | 0.07 | 287.02 | 0.86 | 0.53 |
| Hex | C1 | 1E | EE | 13 | 57 | 0 | 7 | 11F | 56 | 35 |
| Octal | 301 | 36 | 356 | 23 | 127 | 0 | 7 | 437 | 126 | 65 |
| Binary | 11000001 | 11110 | 11101110 | 10011 | 1010111 | 0 | 111 | 100011111 | 1010110 | 110101 |
Color Harmonies of #C11EEE
Complementary color
Monochromatic Colors of #C11EEE
Black with #C11EEE
Text Example
Text Example
White with #C11EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EEE; }
p { color: rgb(193,30,238); }
H1.HeaderClassName
{
color: #C11EEE;
}
.AnyTagClassName
{
color: #C11EEE;
}
</style>
background-color css
<style>
a { background-color: #C11EEE; }
a { background-color: rgb(193,30,238); }
div.DivClassName
{
background-color: #C11EEE;
}
.BgClassName
{
background-color: #C11EEE;
}
</style>
border-color css
<style>
span { border-color: #C11EEE; }
span { border-color: rgb(193,30,238); }
td.TdClassName
{
border-color: #C11EEE;
}
.TagClassName
{
border-color: #C11EEE;
}
</style>