Shades of Electric Purple #C020F9
Tints of Electric Purple #C020F9
RGB
CMYK
RGB Variations
Color information
#C020F9 (or 0xC020F9) is known color: Electric Purple. HEX triplet: C0, 20 and F9. RGB value is (192,32,249). Sum of RGB (Red+Green+Blue) = 192+32+249=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #C020F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C020F9 is #3FDF06. Grayscale: #676767. Windows color (decimal): -4185863 or 16326848. OLE color: 16326848.
HSL color Cylindrical-coordinate representation of color #C020F9: hue angle of 284.24º degrees, saturation: 0.95, 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 #C020F9 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 32 | 249 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.02 |
| HSL | 284.24º | 0.95% | 0.55% | - |
| HSV(B) | 284.24º | 0.87% | 0.98% | - |
| XYZ | 39.35 | 19.08 | 91.23 | - |
| YUV | 104.58 | 209.51 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 249 | 0.23 | 0.87 | 0 | 0.02 | 284.24 | 0.95 | 0.55 |
| Hex | C0 | 20 | F9 | 17 | 57 | 0 | 2 | 11C | 5F | 37 |
| Octal | 300 | 40 | 371 | 27 | 127 | 0 | 2 | 434 | 137 | 67 |
| Binary | 11000000 | 100000 | 11111001 | 10111 | 1010111 | 0 | 10 | 100011100 | 1011111 | 110111 |
Color Harmonies of #C020F9
Complementary color
Monochromatic Colors of #C020F9
Black with #C020F9
Text Example
Text Example
White with #C020F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C020F9; }
p { color: rgb(192,32,249); }
H1.HeaderClassName
{
color: #C020F9;
}
.AnyTagClassName
{
color: #C020F9;
}
</style>
background-color css
<style>
a { background-color: #C020F9; }
a { background-color: rgb(192,32,249); }
div.DivClassName
{
background-color: #C020F9;
}
.BgClassName
{
background-color: #C020F9;
}
</style>
border-color css
<style>
span { border-color: #C020F9; }
span { border-color: rgb(192,32,249); }
td.TdClassName
{
border-color: #C020F9;
}
.TagClassName
{
border-color: #C020F9;
}
</style>