Shades of Electric Purple #C012FE
Tints of Electric Purple #C012FE
RGB
CMYK
RGB Variations
Color information
#C012FE (or 0xC012FE) is known color: Electric Purple. HEX triplet: C0, 12 and FE. RGB value is (192,18,254). Sum of RGB (Red+Green+Blue) = 192+18+254=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C012FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012FE is #3FED01. Grayscale: #606060. Windows color (decimal): -4189442 or 16650944. OLE color: 16650944.
HSL color Cylindrical-coordinate representation of color #C012FE: hue angle of 284.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C012FE is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 18 | 254 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.00 |
| HSL | 284.24º | 0.99% | 0.53% | - |
| HSV(B) | 284.24º | 0.93% | 1% | - |
| XYZ | 39.84 | 18.79 | 95.29 | - |
| YUV | 96.93 | 216.65 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 254 | 0.24 | 0.93 | 0 | 0.00 | 284.24 | 0.99 | 0.53 |
| Hex | C0 | 12 | FE | 18 | 5D | 0 | 0 | 11C | 63 | 35 |
| Octal | 300 | 22 | 376 | 30 | 135 | 0 | 0 | 434 | 143 | 65 |
| Binary | 11000000 | 10010 | 11111110 | 11000 | 1011101 | 0 | 0 | 100011100 | 1100011 | 110101 |
Color Harmonies of #C012FE
Complementary color
Monochromatic Colors of #C012FE
Black with #C012FE
Text Example
Text Example
White with #C012FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012FE; }
p { color: rgb(192,18,254); }
H1.HeaderClassName
{
color: #C012FE;
}
.AnyTagClassName
{
color: #C012FE;
}
</style>
background-color css
<style>
a { background-color: #C012FE; }
a { background-color: rgb(192,18,254); }
div.DivClassName
{
background-color: #C012FE;
}
.BgClassName
{
background-color: #C012FE;
}
</style>
border-color css
<style>
span { border-color: #C012FE; }
span { border-color: rgb(192,18,254); }
td.TdClassName
{
border-color: #C012FE;
}
.TagClassName
{
border-color: #C012FE;
}
</style>