Shades of Electric Purple #C20AFE
Tints of Electric Purple #C20AFE
RGB
CMYK
RGB Variations
Color information
#C20AFE (or 0xC20AFE) is known color: Electric Purple. HEX triplet: C2, 0A and FE. RGB value is (194,10,254). Sum of RGB (Red+Green+Blue) = 194+10+254=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #C20AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AFE is #3DF501. Grayscale: #5C5C5C. Windows color (decimal): -4060418 or 16648898. OLE color: 16648898.
HSL color Cylindrical-coordinate representation of color #C20AFE: hue angle of 285.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AFE is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 10 | 254 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.00 |
| HSL | 285.25º | 0.99% | 0.52% | - |
| HSV(B) | 285.25º | 0.96% | 1% | - |
| XYZ | 40.25 | 18.84 | 95.28 | - |
| YUV | 92.83 | 218.96 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 254 | 0.24 | 0.96 | 0 | 0.00 | 285.25 | 0.99 | 0.52 |
| Hex | C2 | A | FE | 18 | 60 | 0 | 0 | 11D | 63 | 34 |
| Octal | 302 | 12 | 376 | 30 | 140 | 0 | 0 | 435 | 143 | 64 |
| Binary | 11000010 | 1010 | 11111110 | 11000 | 1100000 | 0 | 0 | 100011101 | 1100011 | 110100 |
Color Harmonies of #C20AFE
Complementary color
Monochromatic Colors of #C20AFE
Black with #C20AFE
Text Example
Text Example
White with #C20AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AFE; }
p { color: rgb(194,10,254); }
H1.HeaderClassName
{
color: #C20AFE;
}
.AnyTagClassName
{
color: #C20AFE;
}
</style>
background-color css
<style>
a { background-color: #C20AFE; }
a { background-color: rgb(194,10,254); }
div.DivClassName
{
background-color: #C20AFE;
}
.BgClassName
{
background-color: #C20AFE;
}
</style>
border-color css
<style>
span { border-color: #C20AFE; }
span { border-color: rgb(194,10,254); }
td.TdClassName
{
border-color: #C20AFE;
}
.TagClassName
{
border-color: #C20AFE;
}
</style>