Shades of Electric Purple #C21DEE
Tints of Electric Purple #C21DEE
RGB
CMYK
RGB Variations
Color information
#C21DEE (or 0xC21DEE) is known color: Electric Purple. HEX triplet: C2, 1D and EE. RGB value is (194,29,238). Sum of RGB (Red+Green+Blue) = 194+29+238=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C21DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DEE is #3DE211. Grayscale: #656565. Windows color (decimal): -4055570 or 15605186. OLE color: 15605186.
HSL color Cylindrical-coordinate representation of color #C21DEE: hue angle of 287.37º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21DEE is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 29 | 238 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.07 |
| HSL | 287.37º | 0.86% | 0.52% | - |
| HSV(B) | 287.37º | 0.88% | 0.93% | - |
| XYZ | 38.12 | 18.52 | 82.45 | - |
| YUV | 102.16 | 204.66 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 238 | 0.18 | 0.88 | 0 | 0.07 | 287.37 | 0.86 | 0.52 |
| Hex | C2 | 1D | EE | 12 | 58 | 0 | 7 | 11F | 56 | 34 |
| Octal | 302 | 35 | 356 | 22 | 130 | 0 | 7 | 437 | 126 | 64 |
| Binary | 11000010 | 11101 | 11101110 | 10010 | 1011000 | 0 | 111 | 100011111 | 1010110 | 110100 |
Color Harmonies of #C21DEE
Complementary color
Monochromatic Colors of #C21DEE
Black with #C21DEE
Text Example
Text Example
White with #C21DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DEE; }
p { color: rgb(194,29,238); }
H1.HeaderClassName
{
color: #C21DEE;
}
.AnyTagClassName
{
color: #C21DEE;
}
</style>
background-color css
<style>
a { background-color: #C21DEE; }
a { background-color: rgb(194,29,238); }
div.DivClassName
{
background-color: #C21DEE;
}
.BgClassName
{
background-color: #C21DEE;
}
</style>
border-color css
<style>
span { border-color: #C21DEE; }
span { border-color: rgb(194,29,238); }
td.TdClassName
{
border-color: #C21DEE;
}
.TagClassName
{
border-color: #C21DEE;
}
</style>