Shades of Electric Purple #C11DEC
Tints of Electric Purple #C11DEC
RGB
CMYK
RGB Variations
Color information
#C11DEC (or 0xC11DEC) is known color: Electric Purple. HEX triplet: C1, 1D and EC. RGB value is (193,29,236). Sum of RGB (Red+Green+Blue) = 193+29+236=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 29 (11.72% from 255 or 6.33% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #C11DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DEC is #3EE213. Grayscale: #646464. Windows color (decimal): -4121108 or 15474113. OLE color: 15474113.
HSL color Cylindrical-coordinate representation of color #C11DEC: hue angle of 287.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DEC is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 29 | 236 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.07 |
| HSL | 287.54º | 0.84% | 0.52% | - |
| HSV(B) | 287.54º | 0.88% | 0.93% | - |
| XYZ | 37.57 | 18.27 | 80.9 | - |
| YUV | 101.63 | 203.83 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 236 | 0.18 | 0.88 | 0 | 0.07 | 287.54 | 0.84 | 0.52 |
| Hex | C1 | 1D | EC | 12 | 58 | 0 | 7 | 120 | 54 | 34 |
| Octal | 301 | 35 | 354 | 22 | 130 | 0 | 7 | 440 | 124 | 64 |
| Binary | 11000001 | 11101 | 11101100 | 10010 | 1011000 | 0 | 111 | 100100000 | 1010100 | 110100 |
Color Harmonies of #C11DEC
Complementary color
Monochromatic Colors of #C11DEC
Black with #C11DEC
Text Example
Text Example
White with #C11DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DEC; }
p { color: rgb(193,29,236); }
H1.HeaderClassName
{
color: #C11DEC;
}
.AnyTagClassName
{
color: #C11DEC;
}
</style>
background-color css
<style>
a { background-color: #C11DEC; }
a { background-color: rgb(193,29,236); }
div.DivClassName
{
background-color: #C11DEC;
}
.BgClassName
{
background-color: #C11DEC;
}
</style>
border-color css
<style>
span { border-color: #C11DEC; }
span { border-color: rgb(193,29,236); }
td.TdClassName
{
border-color: #C11DEC;
}
.TagClassName
{
border-color: #C11DEC;
}
</style>