Shades of Electric Purple #C02AFC
Tints of Electric Purple #C02AFC
RGB
CMYK
RGB Variations
Color information
#C02AFC (or 0xC02AFC) is known color: Electric Purple. HEX triplet: C0, 2A and FC. RGB value is (192,42,252). Sum of RGB (Red+Green+Blue) = 192+42+252=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 42 (16.80% from 255 or 8.64% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #C02AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AFC is #3FD503. Grayscale: #6E6E6E. Windows color (decimal): -4183300 or 16526016. OLE color: 16526016.
HSL color Cylindrical-coordinate representation of color #C02AFC: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02AFC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 42 | 252 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.01 |
| HSL | 282.86º | 0.97% | 0.58% | - |
| HSV(B) | 282.86º | 0.83% | 0.99% | - |
| XYZ | 40.14 | 19.89 | 93.82 | - |
| YUV | 110.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 252 | 0.24 | 0.83 | 0 | 0.01 | 282.86 | 0.97 | 0.58 |
| Hex | C0 | 2A | FC | 18 | 53 | 0 | 1 | 11B | 61 | 3A |
| Octal | 300 | 52 | 374 | 30 | 123 | 0 | 1 | 433 | 141 | 72 |
| Binary | 11000000 | 101010 | 11111100 | 11000 | 1010011 | 0 | 1 | 100011011 | 1100001 | 111010 |
Color Harmonies of #C02AFC
Complementary color
Monochromatic Colors of #C02AFC
Black with #C02AFC
Text Example
Text Example
White with #C02AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02AFC; }
p { color: rgb(192,42,252); }
H1.HeaderClassName
{
color: #C02AFC;
}
.AnyTagClassName
{
color: #C02AFC;
}
</style>
background-color css
<style>
a { background-color: #C02AFC; }
a { background-color: rgb(192,42,252); }
div.DivClassName
{
background-color: #C02AFC;
}
.BgClassName
{
background-color: #C02AFC;
}
</style>
border-color css
<style>
span { border-color: #C02AFC; }
span { border-color: rgb(192,42,252); }
td.TdClassName
{
border-color: #C02AFC;
}
.TagClassName
{
border-color: #C02AFC;
}
</style>