Shades of Electric Purple #C21DEA
Tints of Electric Purple #C21DEA
RGB
CMYK
RGB Variations
Color information
#C21DEA (or 0xC21DEA) is known color: Electric Purple. HEX triplet: C2, 1D and EA. RGB value is (194,29,234). Sum of RGB (Red+Green+Blue) = 194+29+234=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #C21DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DEA is #3DE215. Grayscale: #656565. Windows color (decimal): -4055574 or 15343042. OLE color: 15343042.
HSL color Cylindrical-coordinate representation of color #C21DEA: hue angle of 288.29º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21DEA is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 29 | 234 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.08 |
| HSL | 288.29º | 0.83% | 0.52% | - |
| HSV(B) | 288.29º | 0.88% | 0.92% | - |
| XYZ | 37.54 | 18.29 | 79.39 | - |
| YUV | 101.71 | 202.66 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 234 | 0.17 | 0.88 | 0 | 0.08 | 288.29 | 0.83 | 0.52 |
| Hex | C2 | 1D | EA | 11 | 58 | 0 | 8 | 120 | 53 | 34 |
| Octal | 302 | 35 | 352 | 21 | 130 | 0 | 10 | 440 | 123 | 64 |
| Binary | 11000010 | 11101 | 11101010 | 10001 | 1011000 | 0 | 1000 | 100100000 | 1010011 | 110100 |
Color Harmonies of #C21DEA
Complementary color
Monochromatic Colors of #C21DEA
Black with #C21DEA
Text Example
Text Example
White with #C21DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DEA; }
p { color: rgb(194,29,234); }
H1.HeaderClassName
{
color: #C21DEA;
}
.AnyTagClassName
{
color: #C21DEA;
}
</style>
background-color css
<style>
a { background-color: #C21DEA; }
a { background-color: rgb(194,29,234); }
div.DivClassName
{
background-color: #C21DEA;
}
.BgClassName
{
background-color: #C21DEA;
}
</style>
border-color css
<style>
span { border-color: #C21DEA; }
span { border-color: rgb(194,29,234); }
td.TdClassName
{
border-color: #C21DEA;
}
.TagClassName
{
border-color: #C21DEA;
}
</style>