Shades of Electric Purple #C20AEE
Tints of Electric Purple #C20AEE
RGB
CMYK
RGB Variations
Color information
#C20AEE (or 0xC20AEE) is known color: Electric Purple. HEX triplet: C2, 0A and EE. RGB value is (194,10,238). Sum of RGB (Red+Green+Blue) = 194+10+238=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #C20AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20AEE is #3DF511. Grayscale: #5A5A5A. Windows color (decimal): -4060434 or 15600322. OLE color: 15600322.
HSL color Cylindrical-coordinate representation of color #C20AEE: hue angle of 288.42º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20AEE is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 10 | 238 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.07 |
| HSL | 288.42º | 0.92% | 0.49% | - |
| HSV(B) | 288.42º | 0.96% | 0.93% | - |
| XYZ | 37.79 | 17.86 | 82.34 | - |
| YUV | 91.01 | 210.96 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 10 | 238 | 0.18 | 0.96 | 0 | 0.07 | 288.42 | 0.92 | 0.49 |
| Hex | C2 | A | EE | 12 | 60 | 0 | 7 | 120 | 5C | 31 |
| Octal | 302 | 12 | 356 | 22 | 140 | 0 | 7 | 440 | 134 | 61 |
| Binary | 11000010 | 1010 | 11101110 | 10010 | 1100000 | 0 | 111 | 100100000 | 1011100 | 110001 |
Color Harmonies of #C20AEE
Complementary color
Monochromatic Colors of #C20AEE
Black with #C20AEE
Text Example
Text Example
White with #C20AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20AEE; }
p { color: rgb(194,10,238); }
H1.HeaderClassName
{
color: #C20AEE;
}
.AnyTagClassName
{
color: #C20AEE;
}
</style>
background-color css
<style>
a { background-color: #C20AEE; }
a { background-color: rgb(194,10,238); }
div.DivClassName
{
background-color: #C20AEE;
}
.BgClassName
{
background-color: #C20AEE;
}
</style>
border-color css
<style>
span { border-color: #C20AEE; }
span { border-color: rgb(194,10,238); }
td.TdClassName
{
border-color: #C20AEE;
}
.TagClassName
{
border-color: #C20AEE;
}
</style>