Shades of Electric Purple #C20AFC
Tints of Electric Purple #C20AFC
RGB
CMYK
RGB Variations
Color information
#C20AFC (or 0xC20AFC) is known color: Electric Purple. HEX triplet: C2, 0A and FC. RGB value is (194,10,252). Sum of RGB (Red+Green+Blue) = 194+10+252=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #C20AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFC is #3DF503. Grayscale: #5B5B5B. Windows color (decimal): -4060420 or 16517826. OLE color: 16517826.
HSL color Cylindrical-coordinate representation of color #C20AFC: hue angle of 285.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AFC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 10 | 252 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.01 |
| HSL | 285.62º | 0.98% | 0.51% | - |
| HSV(B) | 285.62º | 0.96% | 0.99% | - |
| XYZ | 39.93 | 18.71 | 93.6 | - |
| YUV | 92.6 | 217.96 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 252 | 0.23 | 0.96 | 0 | 0.01 | 285.62 | 0.98 | 0.51 |
| Hex | C2 | A | FC | 17 | 60 | 0 | 1 | 11E | 62 | 33 |
| Octal | 302 | 12 | 374 | 27 | 140 | 0 | 1 | 436 | 142 | 63 |
| Binary | 11000010 | 1010 | 11111100 | 10111 | 1100000 | 0 | 1 | 100011110 | 1100010 | 110011 |
Color Harmonies of #C20AFC
Complementary color
Monochromatic Colors of #C20AFC
Black with #C20AFC
Text Example
Text Example
White with #C20AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AFC; }
p { color: rgb(194,10,252); }
H1.HeaderClassName
{
color: #C20AFC;
}
.AnyTagClassName
{
color: #C20AFC;
}
</style>
background-color css
<style>
a { background-color: #C20AFC; }
a { background-color: rgb(194,10,252); }
div.DivClassName
{
background-color: #C20AFC;
}
.BgClassName
{
background-color: #C20AFC;
}
</style>
border-color css
<style>
span { border-color: #C20AFC; }
span { border-color: rgb(194,10,252); }
td.TdClassName
{
border-color: #C20AFC;
}
.TagClassName
{
border-color: #C20AFC;
}
</style>