Shades of Electric Purple #C012EC
Tints of Electric Purple #C012EC
RGB
CMYK
RGB Variations
Color information
#C012EC (or 0xC012EC) is known color: Electric Purple. HEX triplet: C0, 12 and EC. RGB value is (192,18,236). Sum of RGB (Red+Green+Blue) = 192+18+236=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #C012EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012EC is #3FED13. Grayscale: #5E5E5E. Windows color (decimal): -4189460 or 15471296. OLE color: 15471296.
HSL color Cylindrical-coordinate representation of color #C012EC: hue angle of 287.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012EC is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 18 | 236 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.07 |
| HSL | 287.89º | 0.86% | 0.5% | - |
| HSV(B) | 287.89º | 0.92% | 0.93% | - |
| XYZ | 37.09 | 17.7 | 80.82 | - |
| YUV | 94.88 | 207.65 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 236 | 0.19 | 0.92 | 0 | 0.07 | 287.89 | 0.86 | 0.5 |
| Hex | C0 | 12 | EC | 13 | 5C | 0 | 7 | 120 | 56 | 32 |
| Octal | 300 | 22 | 354 | 23 | 134 | 0 | 7 | 440 | 126 | 62 |
| Binary | 11000000 | 10010 | 11101100 | 10011 | 1011100 | 0 | 111 | 100100000 | 1010110 | 110010 |
Color Harmonies of #C012EC
Complementary color
Monochromatic Colors of #C012EC
Black with #C012EC
Text Example
Text Example
White with #C012EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012EC; }
p { color: rgb(192,18,236); }
H1.HeaderClassName
{
color: #C012EC;
}
.AnyTagClassName
{
color: #C012EC;
}
</style>
background-color css
<style>
a { background-color: #C012EC; }
a { background-color: rgb(192,18,236); }
div.DivClassName
{
background-color: #C012EC;
}
.BgClassName
{
background-color: #C012EC;
}
</style>
border-color css
<style>
span { border-color: #C012EC; }
span { border-color: rgb(192,18,236); }
td.TdClassName
{
border-color: #C012EC;
}
.TagClassName
{
border-color: #C012EC;
}
</style>