Shades of Electric Purple #C21DED
Tints of Electric Purple #C21DED
RGB
CMYK
RGB Variations
Color information
#C21DED (or 0xC21DED) is known color: Electric Purple. HEX triplet: C2, 1D and ED. RGB value is (194,29,237). Sum of RGB (Red+Green+Blue) = 194+29+237=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #C21DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C21DED is #3DE212. Grayscale: #656565. Windows color (decimal): -4055571 or 15539650. OLE color: 15539650.
HSL color Cylindrical-coordinate representation of color #C21DED: hue angle of 287.6º degrees, saturation: 0.85, 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 #C21DED is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 29 | 237 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.07 |
| HSL | 287.6º | 0.85% | 0.52% | - |
| HSV(B) | 287.6º | 0.88% | 0.93% | - |
| XYZ | 37.97 | 18.46 | 81.68 | - |
| YUV | 102.05 | 204.16 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 237 | 0.18 | 0.88 | 0 | 0.07 | 287.6 | 0.85 | 0.52 |
| Hex | C2 | 1D | ED | 12 | 58 | 0 | 7 | 120 | 55 | 34 |
| Octal | 302 | 35 | 355 | 22 | 130 | 0 | 7 | 440 | 125 | 64 |
| Binary | 11000010 | 11101 | 11101101 | 10010 | 1011000 | 0 | 111 | 100100000 | 1010101 | 110100 |
Color Harmonies of #C21DED
Complementary color
Monochromatic Colors of #C21DED
Black with #C21DED
Text Example
Text Example
White with #C21DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21DED; }
p { color: rgb(194,29,237); }
H1.HeaderClassName
{
color: #C21DED;
}
.AnyTagClassName
{
color: #C21DED;
}
</style>
background-color css
<style>
a { background-color: #C21DED; }
a { background-color: rgb(194,29,237); }
div.DivClassName
{
background-color: #C21DED;
}
.BgClassName
{
background-color: #C21DED;
}
</style>
border-color css
<style>
span { border-color: #C21DED; }
span { border-color: rgb(194,29,237); }
td.TdClassName
{
border-color: #C21DED;
}
.TagClassName
{
border-color: #C21DED;
}
</style>