Shades of Electric Purple #C20AEF
Tints of Electric Purple #C20AEF
RGB
CMYK
RGB Variations
Color information
#C20AEF (or 0xC20AEF) is known color: Electric Purple. HEX triplet: C2, 0A and EF. RGB value is (194,10,239). Sum of RGB (Red+Green+Blue) = 194+10+239=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 239 (93.75% from 255 or 53.95% from 443); Max value from RGB is 239 - color contains mainly: blue. Hex color #C20AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AEF is #3DF510. Grayscale: #5A5A5A. Windows color (decimal): -4060433 or 15665858. OLE color: 15665858.
HSL color Cylindrical-coordinate representation of color #C20AEF: hue angle of 288.21º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AEF is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 10 | 239 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.06 |
| HSL | 288.21º | 0.92% | 0.49% | - |
| HSV(B) | 288.21º | 0.96% | 0.94% | - |
| XYZ | 37.94 | 17.92 | 83.12 | - |
| YUV | 91.12 | 211.46 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 239 | 0.19 | 0.96 | 0 | 0.06 | 288.21 | 0.92 | 0.49 |
| Hex | C2 | A | EF | 13 | 60 | 0 | 6 | 120 | 5C | 31 |
| Octal | 302 | 12 | 357 | 23 | 140 | 0 | 6 | 440 | 134 | 61 |
| Binary | 11000010 | 1010 | 11101111 | 10011 | 1100000 | 0 | 110 | 100100000 | 1011100 | 110001 |
Color Harmonies of #C20AEF
Complementary color
Monochromatic Colors of #C20AEF
Black with #C20AEF
Text Example
Text Example
White with #C20AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AEF; }
p { color: rgb(194,10,239); }
H1.HeaderClassName
{
color: #C20AEF;
}
.AnyTagClassName
{
color: #C20AEF;
}
</style>
background-color css
<style>
a { background-color: #C20AEF; }
a { background-color: rgb(194,10,239); }
div.DivClassName
{
background-color: #C20AEF;
}
.BgClassName
{
background-color: #C20AEF;
}
</style>
border-color css
<style>
span { border-color: #C20AEF; }
span { border-color: rgb(194,10,239); }
td.TdClassName
{
border-color: #C20AEF;
}
.TagClassName
{
border-color: #C20AEF;
}
</style>