Shades of Electric Purple #C11DED
Tints of Electric Purple #C11DED
RGB
CMYK
RGB Variations
Color information
#C11DED (or 0xC11DED) is known color: Electric Purple. HEX triplet: C1, 1D and ED. RGB value is (193,29,237). Sum of RGB (Red+Green+Blue) = 193+29+237=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #C11DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DED is #3EE212. Grayscale: #656565. Windows color (decimal): -4121107 or 15539649. OLE color: 15539649.
HSL color Cylindrical-coordinate representation of color #C11DED: hue angle of 287.31º degrees, saturation: 0.85, 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 #C11DED is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 29 | 237 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.07 |
| HSL | 287.31º | 0.85% | 0.52% | - |
| HSV(B) | 287.31º | 0.88% | 0.93% | - |
| XYZ | 37.72 | 18.33 | 81.67 | - |
| YUV | 101.75 | 204.33 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 237 | 0.19 | 0.88 | 0 | 0.07 | 287.31 | 0.85 | 0.52 |
| Hex | C1 | 1D | ED | 13 | 58 | 0 | 7 | 11F | 55 | 34 |
| Octal | 301 | 35 | 355 | 23 | 130 | 0 | 7 | 437 | 125 | 64 |
| Binary | 11000001 | 11101 | 11101101 | 10011 | 1011000 | 0 | 111 | 100011111 | 1010101 | 110100 |
Color Harmonies of #C11DED
Complementary color
Monochromatic Colors of #C11DED
Black with #C11DED
Text Example
Text Example
White with #C11DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DED; }
p { color: rgb(193,29,237); }
H1.HeaderClassName
{
color: #C11DED;
}
.AnyTagClassName
{
color: #C11DED;
}
</style>
background-color css
<style>
a { background-color: #C11DED; }
a { background-color: rgb(193,29,237); }
div.DivClassName
{
background-color: #C11DED;
}
.BgClassName
{
background-color: #C11DED;
}
</style>
border-color css
<style>
span { border-color: #C11DED; }
span { border-color: rgb(193,29,237); }
td.TdClassName
{
border-color: #C11DED;
}
.TagClassName
{
border-color: #C11DED;
}
</style>