Shades of Electric Purple #C21EEA
Tints of Electric Purple #C21EEA
RGB
CMYK
RGB Variations
Color information
#C21EEA (or 0xC21EEA) is known color: Electric Purple. HEX triplet: C2, 1E and EA. RGB value is (194,30,234). Sum of RGB (Red+Green+Blue) = 194+30+234=458 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.36% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #C21EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21EEA is #3DE115. Grayscale: #656565. Windows color (decimal): -4055318 or 15343298. OLE color: 15343298.
HSL color Cylindrical-coordinate representation of color #C21EEA: hue angle of 288.24º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21EEA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 30 | 234 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.08 |
| HSL | 288.24º | 0.83% | 0.52% | - |
| HSV(B) | 288.24º | 0.87% | 0.92% | - |
| XYZ | 37.56 | 18.34 | 79.4 | - |
| YUV | 102.29 | 202.33 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 234 | 0.17 | 0.87 | 0 | 0.08 | 288.24 | 0.83 | 0.52 |
| Hex | C2 | 1E | EA | 11 | 57 | 0 | 8 | 120 | 53 | 34 |
| Octal | 302 | 36 | 352 | 21 | 127 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000010 | 11110 | 11101010 | 10001 | 1010111 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C21EEA
Complementary color
Monochromatic Colors of #C21EEA
Black with #C21EEA
Text Example
Text Example
White with #C21EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EEA; }
p { color: rgb(194,30,234); }
H1.HeaderClassName
{
color: #C21EEA;
}
.AnyTagClassName
{
color: #C21EEA;
}
</style>
background-color css
<style>
a { background-color: #C21EEA; }
a { background-color: rgb(194,30,234); }
div.DivClassName
{
background-color: #C21EEA;
}
.BgClassName
{
background-color: #C21EEA;
}
</style>
border-color css
<style>
span { border-color: #C21EEA; }
span { border-color: rgb(194,30,234); }
td.TdClassName
{
border-color: #C21EEA;
}
.TagClassName
{
border-color: #C21EEA;
}
</style>