Shades of Electric Purple #C012EB
Tints of Electric Purple #C012EB
RGB
CMYK
RGB Variations
Color information
#C012EB (or 0xC012EB) is known color: Electric Purple. HEX triplet: C0, 12 and EB. RGB value is (192,18,235). Sum of RGB (Red+Green+Blue) = 192+18+235=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #C012EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012EB is #3FED14. Grayscale: #5E5E5E. Windows color (decimal): -4189461 or 15405760. OLE color: 15405760.
HSL color Cylindrical-coordinate representation of color #C012EB: hue angle of 288.11º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012EB is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 18 | 235 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.08 |
| HSL | 288.11º | 0.86% | 0.5% | - |
| HSV(B) | 288.11º | 0.92% | 0.92% | - |
| XYZ | 36.95 | 17.64 | 80.05 | - |
| YUV | 94.76 | 207.15 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 235 | 0.18 | 0.92 | 0 | 0.08 | 288.11 | 0.86 | 0.5 |
| Hex | C0 | 12 | EB | 12 | 5C | 0 | 8 | 120 | 56 | 32 |
| Octal | 300 | 22 | 353 | 22 | 134 | 0 | 10 | 440 | 126 | 62 |
| Binary | 11000000 | 10010 | 11101011 | 10010 | 1011100 | 0 | 1000 | 100100000 | 1010110 | 110010 |
Color Harmonies of #C012EB
Complementary color
Monochromatic Colors of #C012EB
Black with #C012EB
Text Example
Text Example
White with #C012EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012EB; }
p { color: rgb(192,18,235); }
H1.HeaderClassName
{
color: #C012EB;
}
.AnyTagClassName
{
color: #C012EB;
}
</style>
background-color css
<style>
a { background-color: #C012EB; }
a { background-color: rgb(192,18,235); }
div.DivClassName
{
background-color: #C012EB;
}
.BgClassName
{
background-color: #C012EB;
}
</style>
border-color css
<style>
span { border-color: #C012EB; }
span { border-color: rgb(192,18,235); }
td.TdClassName
{
border-color: #C012EB;
}
.TagClassName
{
border-color: #C012EB;
}
</style>