Shades of Electric Purple #C11EEB
Tints of Electric Purple #C11EEB
RGB
CMYK
RGB Variations
Color information
#C11EEB (or 0xC11EEB) is known color: Electric Purple. HEX triplet: C1, 1E and EB. RGB value is (193,30,235). Sum of RGB (Red+Green+Blue) = 193+30+235=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #C11EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EEB is #3EE114. Grayscale: #656565. Windows color (decimal): -4120853 or 15408833. OLE color: 15408833.
HSL color Cylindrical-coordinate representation of color #C11EEB: hue angle of 287.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11EEB is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 30 | 235 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.08 |
| HSL | 287.71º | 0.84% | 0.52% | - |
| HSV(B) | 287.71º | 0.87% | 0.92% | - |
| XYZ | 37.45 | 18.26 | 80.15 | - |
| YUV | 102.11 | 203 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 235 | 0.18 | 0.87 | 0 | 0.08 | 287.71 | 0.84 | 0.52 |
| Hex | C1 | 1E | EB | 12 | 57 | 0 | 8 | 120 | 54 | 34 |
| Octal | 301 | 36 | 353 | 22 | 127 | 0 | 10 | 440 | 124 | 64 |
| Binary | 11000001 | 11110 | 11101011 | 10010 | 1010111 | 0 | 1000 | 100100000 | 1010100 | 110100 |
Color Harmonies of #C11EEB
Complementary color
Monochromatic Colors of #C11EEB
Black with #C11EEB
Text Example
Text Example
White with #C11EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EEB; }
p { color: rgb(193,30,235); }
H1.HeaderClassName
{
color: #C11EEB;
}
.AnyTagClassName
{
color: #C11EEB;
}
</style>
background-color css
<style>
a { background-color: #C11EEB; }
a { background-color: rgb(193,30,235); }
div.DivClassName
{
background-color: #C11EEB;
}
.BgClassName
{
background-color: #C11EEB;
}
</style>
border-color css
<style>
span { border-color: #C11EEB; }
span { border-color: rgb(193,30,235); }
td.TdClassName
{
border-color: #C11EEB;
}
.TagClassName
{
border-color: #C11EEB;
}
</style>