Shades of Electric Purple #C11EEF
Tints of Electric Purple #C11EEF
RGB
CMYK
RGB Variations
Color information
#C11EEF (or 0xC11EEF) is known color: Electric Purple. HEX triplet: C1, 1E and EF. RGB value is (193,30,239). Sum of RGB (Red+Green+Blue) = 193+30+239=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #C11EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11EEF is #3EE110. Grayscale: #656565. Windows color (decimal): -4120849 or 15670977. OLE color: 15670977.
HSL color Cylindrical-coordinate representation of color #C11EEF: hue angle of 286.79º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11EEF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 30 | 239 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.06 |
| HSL | 286.79º | 0.87% | 0.53% | - |
| HSV(B) | 286.79º | 0.87% | 0.94% | - |
| XYZ | 38.04 | 18.5 | 83.23 | - |
| YUV | 102.56 | 205 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 30 | 239 | 0.19 | 0.87 | 0 | 0.06 | 286.79 | 0.87 | 0.53 |
| Hex | C1 | 1E | EF | 13 | 57 | 0 | 6 | 11F | 57 | 35 |
| Octal | 301 | 36 | 357 | 23 | 127 | 0 | 6 | 437 | 127 | 65 |
| Binary | 11000001 | 11110 | 11101111 | 10011 | 1010111 | 0 | 110 | 100011111 | 1010111 | 110101 |
Color Harmonies of #C11EEF
Complementary color
Monochromatic Colors of #C11EEF
Black with #C11EEF
Text Example
Text Example
White with #C11EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11EEF; }
p { color: rgb(193,30,239); }
H1.HeaderClassName
{
color: #C11EEF;
}
.AnyTagClassName
{
color: #C11EEF;
}
</style>
background-color css
<style>
a { background-color: #C11EEF; }
a { background-color: rgb(193,30,239); }
div.DivClassName
{
background-color: #C11EEF;
}
.BgClassName
{
background-color: #C11EEF;
}
</style>
border-color css
<style>
span { border-color: #C11EEF; }
span { border-color: rgb(193,30,239); }
td.TdClassName
{
border-color: #C11EEF;
}
.TagClassName
{
border-color: #C11EEF;
}
</style>