Shades of Electric Purple #C012EE
Tints of Electric Purple #C012EE
RGB
CMYK
RGB Variations
Color information
#C012EE (or 0xC012EE) is known color: Electric Purple. HEX triplet: C0, 12 and EE. RGB value is (192,18,238). Sum of RGB (Red+Green+Blue) = 192+18+238=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 18 (7.42% from 255 or 4.02% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #C012EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012EE is #3FED11. Grayscale: #5E5E5E. Windows color (decimal): -4189458 or 15602368. OLE color: 15602368.
HSL color Cylindrical-coordinate representation of color #C012EE: hue angle of 287.45º degrees, saturation: 0.87, 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 #C012EE is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 18 | 238 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.07 |
| HSL | 287.45º | 0.87% | 0.5% | - |
| HSV(B) | 287.45º | 0.92% | 0.93% | - |
| XYZ | 37.39 | 17.81 | 82.36 | - |
| YUV | 95.11 | 208.65 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 238 | 0.19 | 0.92 | 0 | 0.07 | 287.45 | 0.87 | 0.5 |
| Hex | C0 | 12 | EE | 13 | 5C | 0 | 7 | 11F | 57 | 32 |
| Octal | 300 | 22 | 356 | 23 | 134 | 0 | 7 | 437 | 127 | 62 |
| Binary | 11000000 | 10010 | 11101110 | 10011 | 1011100 | 0 | 111 | 100011111 | 1010111 | 110010 |
Color Harmonies of #C012EE
Complementary color
Monochromatic Colors of #C012EE
Black with #C012EE
Text Example
Text Example
White with #C012EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012EE; }
p { color: rgb(192,18,238); }
H1.HeaderClassName
{
color: #C012EE;
}
.AnyTagClassName
{
color: #C012EE;
}
</style>
background-color css
<style>
a { background-color: #C012EE; }
a { background-color: rgb(192,18,238); }
div.DivClassName
{
background-color: #C012EE;
}
.BgClassName
{
background-color: #C012EE;
}
</style>
border-color css
<style>
span { border-color: #C012EE; }
span { border-color: rgb(192,18,238); }
td.TdClassName
{
border-color: #C012EE;
}
.TagClassName
{
border-color: #C012EE;
}
</style>