Shades of Deep Magenta #C41ED9
Tints of Deep Magenta #C41ED9
RGB
CMYK
RGB Variations
Color information
#C41ED9 (or 0xC41ED9) is known color: Deep Magenta. HEX triplet: C4, 1E and D9. RGB value is (196,30,217). Sum of RGB (Red+Green+Blue) = 196+30+217=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 30 (12.11% from 255 or 6.77% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #C41ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C41ED9 is #3BE126. Grayscale: #646464. Windows color (decimal): -3924263 or 14229188. OLE color: 14229188.
HSL color Cylindrical-coordinate representation of color #C41ED9: hue angle of 293.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C41ED9 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 30 | 217 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.15 |
| HSL | 293.26º | 0.76% | 0.48% | - |
| HSV(B) | 293.26º | 0.86% | 0.85% | - |
| XYZ | 35.75 | 17.67 | 67.17 | - |
| YUV | 100.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 217 | 0.10 | 0.86 | 0 | 0.15 | 293.26 | 0.76 | 0.48 |
| Hex | C4 | 1E | D9 | A | 56 | 0 | F | 125 | 4C | 30 |
| Octal | 304 | 36 | 331 | 12 | 126 | 0 | 17 | 445 | 114 | 60 |
| Binary | 11000100 | 11110 | 11011001 | 1010 | 1010110 | 0 | 1111 | 100100101 | 1001100 | 110000 |
Color Harmonies of #C41ED9
Complementary color
Monochromatic Colors of #C41ED9
Black with #C41ED9
Text Example
Text Example
White with #C41ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41ED9; }
p { color: rgb(196,30,217); }
H1.HeaderClassName
{
color: #C41ED9;
}
.AnyTagClassName
{
color: #C41ED9;
}
</style>
background-color css
<style>
a { background-color: #C41ED9; }
a { background-color: rgb(196,30,217); }
div.DivClassName
{
background-color: #C41ED9;
}
.BgClassName
{
background-color: #C41ED9;
}
</style>
border-color css
<style>
span { border-color: #C41ED9; }
span { border-color: rgb(196,30,217); }
td.TdClassName
{
border-color: #C41ED9;
}
.TagClassName
{
border-color: #C41ED9;
}
</style>