Shades of Electric Purple #C012FA
Tints of Electric Purple #C012FA
RGB
CMYK
RGB Variations
Color information
#C012FA (or 0xC012FA) is known color: Electric Purple. HEX triplet: C0, 12 and FA. RGB value is (192,18,250). Sum of RGB (Red+Green+Blue) = 192+18+250=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #C012FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012FA is #3FED05. Grayscale: #5F5F5F. Windows color (decimal): -4189446 or 16388800. OLE color: 16388800.
HSL color Cylindrical-coordinate representation of color #C012FA: hue angle of 285º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C012FA is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 18 | 250 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.02 |
| HSL | 285º | 0.96% | 0.53% | - |
| HSV(B) | 285º | 0.93% | 0.98% | - |
| XYZ | 39.21 | 18.54 | 91.95 | - |
| YUV | 96.47 | 214.65 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 250 | 0.23 | 0.93 | 0 | 0.02 | 285 | 0.96 | 0.53 |
| Hex | C0 | 12 | FA | 17 | 5D | 0 | 2 | 11D | 60 | 35 |
| Octal | 300 | 22 | 372 | 27 | 135 | 0 | 2 | 435 | 140 | 65 |
| Binary | 11000000 | 10010 | 11111010 | 10111 | 1011101 | 0 | 10 | 100011101 | 1100000 | 110101 |
Color Harmonies of #C012FA
Complementary color
Monochromatic Colors of #C012FA
Black with #C012FA
Text Example
Text Example
White with #C012FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012FA; }
p { color: rgb(192,18,250); }
H1.HeaderClassName
{
color: #C012FA;
}
.AnyTagClassName
{
color: #C012FA;
}
</style>
background-color css
<style>
a { background-color: #C012FA; }
a { background-color: rgb(192,18,250); }
div.DivClassName
{
background-color: #C012FA;
}
.BgClassName
{
background-color: #C012FA;
}
</style>
border-color css
<style>
span { border-color: #C012FA; }
span { border-color: rgb(192,18,250); }
td.TdClassName
{
border-color: #C012FA;
}
.TagClassName
{
border-color: #C012FA;
}
</style>