Shades of Electric Purple #C21AE4
Tints of Electric Purple #C21AE4
RGB
CMYK
RGB Variations
Color information
#C21AE4 (or 0xC21AE4) is known color: Electric Purple. HEX triplet: C2, 1A and E4. RGB value is (194,26,228). Sum of RGB (Red+Green+Blue) = 194+26+228=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #C21AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21AE4 is #3DE51B. Grayscale: #626262. Windows color (decimal): -4056348 or 14949058. OLE color: 14949058.
HSL color Cylindrical-coordinate representation of color #C21AE4: hue angle of 289.9º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21AE4 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 26 | 228 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.11 |
| HSL | 289.9º | 0.8% | 0.5% | - |
| HSV(B) | 289.9º | 0.89% | 0.89% | - |
| XYZ | 36.62 | 17.81 | 74.91 | - |
| YUV | 99.26 | 200.66 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 228 | 0.15 | 0.89 | 0 | 0.11 | 289.9 | 0.8 | 0.5 |
| Hex | C2 | 1A | E4 | F | 59 | 0 | B | 122 | 50 | 32 |
| Octal | 302 | 32 | 344 | 17 | 131 | 0 | 13 | 442 | 120 | 62 |
| Binary | 11000010 | 11010 | 11100100 | 1111 | 1011001 | 0 | 1011 | 100100010 | 1010000 | 110010 |
Color Harmonies of #C21AE4
Complementary color
Monochromatic Colors of #C21AE4
Black with #C21AE4
Text Example
Text Example
White with #C21AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AE4; }
p { color: rgb(194,26,228); }
H1.HeaderClassName
{
color: #C21AE4;
}
.AnyTagClassName
{
color: #C21AE4;
}
</style>
background-color css
<style>
a { background-color: #C21AE4; }
a { background-color: rgb(194,26,228); }
div.DivClassName
{
background-color: #C21AE4;
}
.BgClassName
{
background-color: #C21AE4;
}
</style>
border-color css
<style>
span { border-color: #C21AE4; }
span { border-color: rgb(194,26,228); }
td.TdClassName
{
border-color: #C21AE4;
}
.TagClassName
{
border-color: #C21AE4;
}
</style>