Shades of Electric Purple #C012EF
Tints of Electric Purple #C012EF
RGB
CMYK
RGB Variations
Color information
#C012EF (or 0xC012EF) is known color: Electric Purple. HEX triplet: C0, 12 and EF. RGB value is (192,18,239). Sum of RGB (Red+Green+Blue) = 192+18+239=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 18 (7.42% from 255 or 4.01% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C012EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012EF is #3FED10. Grayscale: #5E5E5E. Windows color (decimal): -4189457 or 15667904. OLE color: 15667904.
HSL color Cylindrical-coordinate representation of color #C012EF: hue angle of 287.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C012EF is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 18 | 239 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.06 |
| HSL | 287.24º | 0.87% | 0.5% | - |
| HSV(B) | 287.24º | 0.92% | 0.94% | - |
| XYZ | 37.53 | 17.87 | 83.13 | - |
| YUV | 95.22 | 209.15 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 239 | 0.20 | 0.92 | 0 | 0.06 | 287.24 | 0.87 | 0.5 |
| Hex | C0 | 12 | EF | 14 | 5C | 0 | 6 | 11F | 57 | 32 |
| Octal | 300 | 22 | 357 | 24 | 134 | 0 | 6 | 437 | 127 | 62 |
| Binary | 11000000 | 10010 | 11101111 | 10100 | 1011100 | 0 | 110 | 100011111 | 1010111 | 110010 |
Color Harmonies of #C012EF
Complementary color
Monochromatic Colors of #C012EF
Black with #C012EF
Text Example
Text Example
White with #C012EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012EF; }
p { color: rgb(192,18,239); }
H1.HeaderClassName
{
color: #C012EF;
}
.AnyTagClassName
{
color: #C012EF;
}
</style>
background-color css
<style>
a { background-color: #C012EF; }
a { background-color: rgb(192,18,239); }
div.DivClassName
{
background-color: #C012EF;
}
.BgClassName
{
background-color: #C012EF;
}
</style>
border-color css
<style>
span { border-color: #C012EF; }
span { border-color: rgb(192,18,239); }
td.TdClassName
{
border-color: #C012EF;
}
.TagClassName
{
border-color: #C012EF;
}
</style>