Shades of Electric Purple #C020FA
Tints of Electric Purple #C020FA
RGB
CMYK
RGB Variations
Color information
#C020FA (or 0xC020FA) is known color: Electric Purple. HEX triplet: C0, 20 and FA. RGB value is (192,32,250). Sum of RGB (Red+Green+Blue) = 192+32+250=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 32 (12.89% from 255 or 6.75% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #C020FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020FA is #3FDF05. Grayscale: #676767. Windows color (decimal): -4185862 or 16392384. OLE color: 16392384.
HSL color Cylindrical-coordinate representation of color #C020FA: hue angle of 284.04º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C020FA is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 32 | 250 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.02 |
| HSL | 284.04º | 0.96% | 0.55% | - |
| HSV(B) | 284.04º | 0.87% | 0.98% | - |
| XYZ | 39.51 | 19.14 | 92.05 | - |
| YUV | 104.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 250 | 0.23 | 0.87 | 0 | 0.02 | 284.04 | 0.96 | 0.55 |
| Hex | C0 | 20 | FA | 17 | 57 | 0 | 2 | 11C | 60 | 37 |
| Octal | 300 | 40 | 372 | 27 | 127 | 0 | 2 | 434 | 140 | 67 |
| Binary | 11000000 | 100000 | 11111010 | 10111 | 1010111 | 0 | 10 | 100011100 | 1100000 | 110111 |
Color Harmonies of #C020FA
Complementary color
Monochromatic Colors of #C020FA
Black with #C020FA
Text Example
Text Example
White with #C020FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020FA; }
p { color: rgb(192,32,250); }
H1.HeaderClassName
{
color: #C020FA;
}
.AnyTagClassName
{
color: #C020FA;
}
</style>
background-color css
<style>
a { background-color: #C020FA; }
a { background-color: rgb(192,32,250); }
div.DivClassName
{
background-color: #C020FA;
}
.BgClassName
{
background-color: #C020FA;
}
</style>
border-color css
<style>
span { border-color: #C020FA; }
span { border-color: rgb(192,32,250); }
td.TdClassName
{
border-color: #C020FA;
}
.TagClassName
{
border-color: #C020FA;
}
</style>