Shades of Electric Purple #C012FC
Tints of Electric Purple #C012FC
RGB
CMYK
RGB Variations
Color information
#C012FC (or 0xC012FC) is known color: Electric Purple. HEX triplet: C0, 12 and FC. RGB value is (192,18,252). Sum of RGB (Red+Green+Blue) = 192+18+252=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #C012FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012FC is #3FED03. Grayscale: #5F5F5F. Windows color (decimal): -4189444 or 16519872. OLE color: 16519872.
HSL color Cylindrical-coordinate representation of color #C012FC: hue angle of 284.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C012FC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 18 | 252 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.01 |
| HSL | 284.62º | 0.98% | 0.53% | - |
| HSV(B) | 284.62º | 0.93% | 0.99% | - |
| XYZ | 39.53 | 18.67 | 93.62 | - |
| YUV | 96.7 | 215.65 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 252 | 0.24 | 0.93 | 0 | 0.01 | 284.62 | 0.98 | 0.53 |
| Hex | C0 | 12 | FC | 18 | 5D | 0 | 1 | 11D | 62 | 35 |
| Octal | 300 | 22 | 374 | 30 | 135 | 0 | 1 | 435 | 142 | 65 |
| Binary | 11000000 | 10010 | 11111100 | 11000 | 1011101 | 0 | 1 | 100011101 | 1100010 | 110101 |
Color Harmonies of #C012FC
Complementary color
Monochromatic Colors of #C012FC
Black with #C012FC
Text Example
Text Example
White with #C012FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012FC; }
p { color: rgb(192,18,252); }
H1.HeaderClassName
{
color: #C012FC;
}
.AnyTagClassName
{
color: #C012FC;
}
</style>
background-color css
<style>
a { background-color: #C012FC; }
a { background-color: rgb(192,18,252); }
div.DivClassName
{
background-color: #C012FC;
}
.BgClassName
{
background-color: #C012FC;
}
</style>
border-color css
<style>
span { border-color: #C012FC; }
span { border-color: rgb(192,18,252); }
td.TdClassName
{
border-color: #C012FC;
}
.TagClassName
{
border-color: #C012FC;
}
</style>