Shades of Electric Purple #C012F8
Tints of Electric Purple #C012F8
RGB
CMYK
RGB Variations
Color information
#C012F8 (or 0xC012F8) is known color: Electric Purple. HEX triplet: C0, 12 and F8. RGB value is (192,18,248). Sum of RGB (Red+Green+Blue) = 192+18+248=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 18 (7.42% from 255 or 3.93% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #C012F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012F8 is #3FED07. Grayscale: #5F5F5F. Windows color (decimal): -4189448 or 16257728. OLE color: 16257728.
HSL color Cylindrical-coordinate representation of color #C012F8: hue angle of 285.39º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C012F8 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 18 | 248 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.03 |
| HSL | 285.39º | 0.94% | 0.52% | - |
| HSV(B) | 285.39º | 0.93% | 0.97% | - |
| XYZ | 38.9 | 18.42 | 90.31 | - |
| YUV | 96.25 | 213.65 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 248 | 0.23 | 0.93 | 0 | 0.03 | 285.39 | 0.94 | 0.52 |
| Hex | C0 | 12 | F8 | 17 | 5D | 0 | 3 | 11D | 5E | 34 |
| Octal | 300 | 22 | 370 | 27 | 135 | 0 | 3 | 435 | 136 | 64 |
| Binary | 11000000 | 10010 | 11111000 | 10111 | 1011101 | 0 | 11 | 100011101 | 1011110 | 110100 |
Color Harmonies of #C012F8
Complementary color
Monochromatic Colors of #C012F8
Black with #C012F8
Text Example
Text Example
White with #C012F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C012F8; }
p { color: rgb(192,18,248); }
H1.HeaderClassName
{
color: #C012F8;
}
.AnyTagClassName
{
color: #C012F8;
}
</style>
background-color css
<style>
a { background-color: #C012F8; }
a { background-color: rgb(192,18,248); }
div.DivClassName
{
background-color: #C012F8;
}
.BgClassName
{
background-color: #C012F8;
}
</style>
border-color css
<style>
span { border-color: #C012F8; }
span { border-color: rgb(192,18,248); }
td.TdClassName
{
border-color: #C012F8;
}
.TagClassName
{
border-color: #C012F8;
}
</style>