Shades of Electric Purple #C21AEE
Tints of Electric Purple #C21AEE
RGB
CMYK
RGB Variations
Color information
#C21AEE (or 0xC21AEE) is known color: Electric Purple. HEX triplet: C2, 1A and EE. RGB value is (194,26,238). Sum of RGB (Red+Green+Blue) = 194+26+238=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #C21AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21AEE is #3DE511. Grayscale: #636363. Windows color (decimal): -4056338 or 15604418. OLE color: 15604418.
HSL color Cylindrical-coordinate representation of color #C21AEE: hue angle of 287.55º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21AEE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 26 | 238 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.07 |
| HSL | 287.55º | 0.86% | 0.52% | - |
| HSV(B) | 287.55º | 0.89% | 0.93% | - |
| XYZ | 38.05 | 18.38 | 82.43 | - |
| YUV | 100.4 | 205.66 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 238 | 0.18 | 0.89 | 0 | 0.07 | 287.55 | 0.86 | 0.52 |
| Hex | C2 | 1A | EE | 12 | 59 | 0 | 7 | 120 | 56 | 34 |
| Octal | 302 | 32 | 356 | 22 | 131 | 0 | 7 | 440 | 126 | 64 |
| Binary | 11000010 | 11010 | 11101110 | 10010 | 1011001 | 0 | 111 | 100100000 | 1010110 | 110100 |
Color Harmonies of #C21AEE
Complementary color
Monochromatic Colors of #C21AEE
Black with #C21AEE
Text Example
Text Example
White with #C21AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21AEE; }
p { color: rgb(194,26,238); }
H1.HeaderClassName
{
color: #C21AEE;
}
.AnyTagClassName
{
color: #C21AEE;
}
</style>
background-color css
<style>
a { background-color: #C21AEE; }
a { background-color: rgb(194,26,238); }
div.DivClassName
{
background-color: #C21AEE;
}
.BgClassName
{
background-color: #C21AEE;
}
</style>
border-color css
<style>
span { border-color: #C21AEE; }
span { border-color: rgb(194,26,238); }
td.TdClassName
{
border-color: #C21AEE;
}
.TagClassName
{
border-color: #C21AEE;
}
</style>