Shades of Electric Purple #C20EEE
Tints of Electric Purple #C20EEE
RGB
CMYK
RGB Variations
Color information
#C20EEE (or 0xC20EEE) is known color: Electric Purple. HEX triplet: C2, 0E and EE. RGB value is (194,14,238). Sum of RGB (Red+Green+Blue) = 194+14+238=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #C20EEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C20EEE is #3DF111. Grayscale: #5C5C5C. Windows color (decimal): -4059410 or 15601346. OLE color: 15601346.
HSL color Cylindrical-coordinate representation of color #C20EEE: hue angle of 288.21º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20EEE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 14 | 238 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.07 |
| HSL | 288.21º | 0.89% | 0.49% | - |
| HSV(B) | 288.21º | 0.94% | 0.93% | - |
| XYZ | 37.84 | 17.96 | 82.36 | - |
| YUV | 93.36 | 209.63 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 238 | 0.18 | 0.94 | 0 | 0.07 | 288.21 | 0.89 | 0.49 |
| Hex | C2 | E | EE | 12 | 5E | 0 | 7 | 120 | 59 | 31 |
| Octal | 302 | 16 | 356 | 22 | 136 | 0 | 7 | 440 | 131 | 61 |
| Binary | 11000010 | 1110 | 11101110 | 10010 | 1011110 | 0 | 111 | 100100000 | 1011001 | 110001 |
Color Harmonies of #C20EEE
Complementary color
Monochromatic Colors of #C20EEE
Black with #C20EEE
Text Example
Text Example
White with #C20EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20EEE; }
p { color: rgb(194,14,238); }
H1.HeaderClassName
{
color: #C20EEE;
}
.AnyTagClassName
{
color: #C20EEE;
}
</style>
background-color css
<style>
a { background-color: #C20EEE; }
a { background-color: rgb(194,14,238); }
div.DivClassName
{
background-color: #C20EEE;
}
.BgClassName
{
background-color: #C20EEE;
}
</style>
border-color css
<style>
span { border-color: #C20EEE; }
span { border-color: rgb(194,14,238); }
td.TdClassName
{
border-color: #C20EEE;
}
.TagClassName
{
border-color: #C20EEE;
}
</style>