Shades of Deep Magenta #C21EAD
Tints of Deep Magenta #C21EAD
RGB
CMYK
RGB Variations
Color information
#C21EAD (or 0xC21EAD) is known color: Deep Magenta. HEX triplet: C2, 1E and AD. RGB value is (194,30,173). Sum of RGB (Red+Green+Blue) = 194+30+173=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21EAD is #3DE152. Grayscale: #5E5E5E. Windows color (decimal): -4055379 or 11345602. OLE color: 11345602.
HSL color Cylindrical-coordinate representation of color #C21EAD: hue angle of 307.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21EAD is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 173 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.24 |
| HSL | 307.68º | 0.73% | 0.44% | - |
| HSV(B) | 307.68º | 0.85% | 0.76% | - |
| XYZ | 30.26 | 15.42 | 40.92 | - |
| YUV | 95.34 | 171.83 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 173 | 0 | 0.85 | 0.11 | 0.24 | 307.68 | 0.73 | 0.44 |
| Hex | C2 | 1E | AD | 0 | 55 | B | 18 | 134 | 49 | 2C |
| Octal | 302 | 36 | 255 | 0 | 125 | 13 | 30 | 464 | 111 | 54 |
| Binary | 11000010 | 11110 | 10101101 | 0 | 1010101 | 1011 | 11000 | 100110100 | 1001001 | 101100 |
Color Harmonies of #C21EAD
Complementary color
Monochromatic Colors of #C21EAD
Black with #C21EAD
Text Example
Text Example
White with #C21EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EAD; }
p { color: rgb(194,30,173); }
H1.HeaderClassName
{
color: #C21EAD;
}
.AnyTagClassName
{
color: #C21EAD;
}
</style>
background-color css
<style>
a { background-color: #C21EAD; }
a { background-color: rgb(194,30,173); }
div.DivClassName
{
background-color: #C21EAD;
}
.BgClassName
{
background-color: #C21EAD;
}
</style>
border-color css
<style>
span { border-color: #C21EAD; }
span { border-color: rgb(194,30,173); }
td.TdClassName
{
border-color: #C21EAD;
}
.TagClassName
{
border-color: #C21EAD;
}
</style>