Shades of Electric Purple #C012F1
Tints of Electric Purple #C012F1
RGB
CMYK
RGB Variations
Color information
#C012F1 (or 0xC012F1) is known color: Electric Purple. HEX triplet: C0, 12 and F1. RGB value is (192,18,241). Sum of RGB (Red+Green+Blue) = 192+18+241=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 18 (7.42% from 255 or 3.99% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #C012F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012F1 is #3FED0E. Grayscale: #5E5E5E. Windows color (decimal): -4189455 or 15798976. OLE color: 15798976.
HSL color Cylindrical-coordinate representation of color #C012F1: hue angle of 286.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C012F1 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 18 | 241 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.05 |
| HSL | 286.82º | 0.89% | 0.51% | - |
| HSV(B) | 286.82º | 0.93% | 0.95% | - |
| XYZ | 37.83 | 17.99 | 84.7 | - |
| YUV | 95.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 241 | 0.20 | 0.93 | 0 | 0.05 | 286.82 | 0.89 | 0.51 |
| Hex | C0 | 12 | F1 | 14 | 5D | 0 | 5 | 11F | 59 | 33 |
| Octal | 300 | 22 | 361 | 24 | 135 | 0 | 5 | 437 | 131 | 63 |
| Binary | 11000000 | 10010 | 11110001 | 10100 | 1011101 | 0 | 101 | 100011111 | 1011001 | 110011 |
Color Harmonies of #C012F1
Complementary color
Monochromatic Colors of #C012F1
Black with #C012F1
Text Example
Text Example
White with #C012F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012F1; }
p { color: rgb(192,18,241); }
H1.HeaderClassName
{
color: #C012F1;
}
.AnyTagClassName
{
color: #C012F1;
}
</style>
background-color css
<style>
a { background-color: #C012F1; }
a { background-color: rgb(192,18,241); }
div.DivClassName
{
background-color: #C012F1;
}
.BgClassName
{
background-color: #C012F1;
}
</style>
border-color css
<style>
span { border-color: #C012F1; }
span { border-color: rgb(192,18,241); }
td.TdClassName
{
border-color: #C012F1;
}
.TagClassName
{
border-color: #C012F1;
}
</style>