Shades of Electric Purple #C011EB
Tints of Electric Purple #C011EB
RGB
CMYK
RGB Variations
Color information
#C011EB (or 0xC011EB) is known color: Electric Purple. HEX triplet: C0, 11 and EB. RGB value is (192,17,235). Sum of RGB (Red+Green+Blue) = 192+17+235=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #C011EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C011EB is #3FEE14. Grayscale: #5D5D5D. Windows color (decimal): -4189717 or 15405504. OLE color: 15405504.
HSL color Cylindrical-coordinate representation of color #C011EB: hue angle of 288.17º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C011EB is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 192 | 17 | 235 | - |
CMYK | 0.18 | 0.93 | 0 | 0.08 |
HSL | 288.17º | 0.87% | 0.49% | - |
HSV(B) | 288.17º | 0.93% | 0.92% | - |
XYZ | 36.93 | 17.61 | 80.05 | - |
YUV | 94.18 | 207.48 | 197.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 17 | 235 | 0.18 | 0.93 | 0 | 0.08 | 288.17 | 0.87 | 0.49 |
Hex | C0 | 11 | EB | 12 | 5D | 0 | 8 | 120 | 57 | 31 |
Octal | 300 | 21 | 353 | 22 | 135 | 0 | 10 | 440 | 127 | 61 |
Binary | 11000000 | 10001 | 11101011 | 10010 | 1011101 | 0 | 1000 | 100100000 | 1010111 | 110001 |
Color Harmonies of #C011EB
Complementary color
Monochromatic Colors of #C011EB
Black with #C011EB
Text Example
Text Example
White with #C011EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C011EB; }
p { color: rgb(192,17,235); }
H1.HeaderClassName
{
color: #C011EB;
}
.AnyTagClassName
{
color: #C011EB;
}
</style>
background-color css
<style>
a { background-color: #C011EB; }
a { background-color: rgb(192,17,235); }
div.DivClassName
{
background-color: #C011EB;
}
.BgClassName
{
background-color: #C011EB;
}
</style>
border-color css
<style>
span { border-color: #C011EB; }
span { border-color: rgb(192,17,235); }
td.TdClassName
{
border-color: #C011EB;
}
.TagClassName
{
border-color: #C011EB;
}
</style>