Shades of Deep Magenta #C21EDF
Tints of Deep Magenta #C21EDF
RGB
CMYK
RGB Variations
Color information
#C21EDF (or 0xC21EDF) is known color: Deep Magenta. HEX triplet: C2, 1E and DF. RGB value is (194,30,223). Sum of RGB (Red+Green+Blue) = 194+30+223=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #C21EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EDF is #3DE120. Grayscale: #646464. Windows color (decimal): -4055329 or 14622402. OLE color: 14622402.
HSL color Cylindrical-coordinate representation of color #C21EDF: hue angle of 290.98º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21EDF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 30 | 223 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.13 |
| HSL | 290.98º | 0.76% | 0.5% | - |
| HSV(B) | 290.98º | 0.87% | 0.87% | - |
| XYZ | 36.03 | 17.73 | 71.33 | - |
| YUV | 101.04 | 196.83 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 223 | 0.13 | 0.87 | 0 | 0.13 | 290.98 | 0.76 | 0.5 |
| Hex | C2 | 1E | DF | D | 57 | 0 | D | 123 | 4C | 32 |
| Octal | 302 | 36 | 337 | 15 | 127 | 0 | 15 | 443 | 114 | 62 |
| Binary | 11000010 | 11110 | 11011111 | 1101 | 1010111 | 0 | 1101 | 100100011 | 1001100 | 110010 |
Color Harmonies of #C21EDF
Complementary color
Monochromatic Colors of #C21EDF
Black with #C21EDF
Text Example
Text Example
White with #C21EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21EDF; }
p { color: rgb(194,30,223); }
H1.HeaderClassName
{
color: #C21EDF;
}
.AnyTagClassName
{
color: #C21EDF;
}
</style>
background-color css
<style>
a { background-color: #C21EDF; }
a { background-color: rgb(194,30,223); }
div.DivClassName
{
background-color: #C21EDF;
}
.BgClassName
{
background-color: #C21EDF;
}
</style>
border-color css
<style>
span { border-color: #C21EDF; }
span { border-color: rgb(194,30,223); }
td.TdClassName
{
border-color: #C21EDF;
}
.TagClassName
{
border-color: #C21EDF;
}
</style>