Shades of Electric Purple #C11DEB
Tints of Electric Purple #C11DEB
RGB
CMYK
RGB Variations
Color information
#C11DEB (or 0xC11DEB) is known color: Electric Purple. HEX triplet: C1, 1D and EB. RGB value is (193,29,235). Sum of RGB (Red+Green+Blue) = 193+29+235=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #C11DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C11DEB is #3EE214. Grayscale: #646464. Windows color (decimal): -4121109 or 15408577. OLE color: 15408577.
HSL color Cylindrical-coordinate representation of color #C11DEB: hue angle of 287.77º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11DEB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 29 | 235 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.08 |
| HSL | 287.77º | 0.84% | 0.52% | - |
| HSV(B) | 287.77º | 0.88% | 0.92% | - |
| XYZ | 37.43 | 18.21 | 80.14 | - |
| YUV | 101.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 29 | 235 | 0.18 | 0.88 | 0 | 0.08 | 287.77 | 0.84 | 0.52 |
| Hex | C1 | 1D | EB | 12 | 58 | 0 | 8 | 120 | 54 | 34 |
| Octal | 301 | 35 | 353 | 22 | 130 | 0 | 10 | 440 | 124 | 64 |
| Binary | 11000001 | 11101 | 11101011 | 10010 | 1011000 | 0 | 1000 | 100100000 | 1010100 | 110100 |
Color Harmonies of #C11DEB
Complementary color
Monochromatic Colors of #C11DEB
Black with #C11DEB
Text Example
Text Example
White with #C11DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11DEB; }
p { color: rgb(193,29,235); }
H1.HeaderClassName
{
color: #C11DEB;
}
.AnyTagClassName
{
color: #C11DEB;
}
</style>
background-color css
<style>
a { background-color: #C11DEB; }
a { background-color: rgb(193,29,235); }
div.DivClassName
{
background-color: #C11DEB;
}
.BgClassName
{
background-color: #C11DEB;
}
</style>
border-color css
<style>
span { border-color: #C11DEB; }
span { border-color: rgb(193,29,235); }
td.TdClassName
{
border-color: #C11DEB;
}
.TagClassName
{
border-color: #C11DEB;
}
</style>