Shades of Electric Purple #C02CFC
Tints of Electric Purple #C02CFC
RGB
CMYK
RGB Variations
Color information
#C02CFC (or 0xC02CFC) is known color: Electric Purple. HEX triplet: C0, 2C and FC. RGB value is (192,44,252). Sum of RGB (Red+Green+Blue) = 192+44+252=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 44 (17.58% from 255 or 9.02% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #C02CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02CFC is #3FD303. Grayscale: #6F6F6F. Windows color (decimal): -4182788 or 16526528. OLE color: 16526528.
HSL color Cylindrical-coordinate representation of color #C02CFC: hue angle of 282.69º 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 #C02CFC is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 44 | 252 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.01 |
| HSL | 282.69º | 0.97% | 0.58% | - |
| HSV(B) | 282.69º | 0.83% | 0.99% | - |
| XYZ | 40.21 | 20.04 | 93.84 | - |
| YUV | 111.96 | 207.03 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 252 | 0.24 | 0.83 | 0 | 0.01 | 282.69 | 0.97 | 0.58 |
| Hex | C0 | 2C | FC | 18 | 53 | 0 | 1 | 11B | 61 | 3A |
| Octal | 300 | 54 | 374 | 30 | 123 | 0 | 1 | 433 | 141 | 72 |
| Binary | 11000000 | 101100 | 11111100 | 11000 | 1010011 | 0 | 1 | 100011011 | 1100001 | 111010 |
Color Harmonies of #C02CFC
Complementary color
Monochromatic Colors of #C02CFC
Black with #C02CFC
Text Example
Text Example
White with #C02CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02CFC; }
p { color: rgb(192,44,252); }
H1.HeaderClassName
{
color: #C02CFC;
}
.AnyTagClassName
{
color: #C02CFC;
}
</style>
background-color css
<style>
a { background-color: #C02CFC; }
a { background-color: rgb(192,44,252); }
div.DivClassName
{
background-color: #C02CFC;
}
.BgClassName
{
background-color: #C02CFC;
}
</style>
border-color css
<style>
span { border-color: #C02CFC; }
span { border-color: rgb(192,44,252); }
td.TdClassName
{
border-color: #C02CFC;
}
.TagClassName
{
border-color: #C02CFC;
}
</style>