Shades of Electric Purple #C21AEC
Tints of Electric Purple #C21AEC
RGB
CMYK
RGB Variations
Color information
#C21AEC (or 0xC21AEC) is known color: Electric Purple. HEX triplet: C2, 1A and EC. RGB value is (194,26,236). Sum of RGB (Red+Green+Blue) = 194+26+236=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #C21AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AEC is #3DE513. Grayscale: #636363. Windows color (decimal): -4056340 or 15473346. OLE color: 15473346.
HSL color Cylindrical-coordinate representation of color #C21AEC: hue angle of 288º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21AEC is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 26 | 236 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.07 |
| HSL | 288º | 0.85% | 0.51% | - |
| HSV(B) | 288º | 0.89% | 0.93% | - |
| XYZ | 37.76 | 18.26 | 80.89 | - |
| YUV | 100.17 | 204.66 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 236 | 0.18 | 0.89 | 0 | 0.07 | 288 | 0.85 | 0.51 |
| Hex | C2 | 1A | EC | 12 | 59 | 0 | 7 | 120 | 55 | 33 |
| Octal | 302 | 32 | 354 | 22 | 131 | 0 | 7 | 440 | 125 | 63 |
| Binary | 11000010 | 11010 | 11101100 | 10010 | 1011001 | 0 | 111 | 100100000 | 1010101 | 110011 |
Color Harmonies of #C21AEC
Complementary color
Monochromatic Colors of #C21AEC
Black with #C21AEC
Text Example
Text Example
White with #C21AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AEC; }
p { color: rgb(194,26,236); }
H1.HeaderClassName
{
color: #C21AEC;
}
.AnyTagClassName
{
color: #C21AEC;
}
</style>
background-color css
<style>
a { background-color: #C21AEC; }
a { background-color: rgb(194,26,236); }
div.DivClassName
{
background-color: #C21AEC;
}
.BgClassName
{
background-color: #C21AEC;
}
</style>
border-color css
<style>
span { border-color: #C21AEC; }
span { border-color: rgb(194,26,236); }
td.TdClassName
{
border-color: #C21AEC;
}
.TagClassName
{
border-color: #C21AEC;
}
</style>