Shades of Deep Magenta #C409AD
Tints of Deep Magenta #C409AD
RGB
CMYK
RGB Variations
Color information
#C409AD (or 0xC409AD) is known color: Deep Magenta. HEX triplet: C4, 09 and AD. RGB value is (196,9,173). Sum of RGB (Red+Green+Blue) = 196+9+173=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C409AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C409AD is #3BF652. Grayscale: #535353. Windows color (decimal): -3929683 or 11340228. OLE color: 11340228.
HSL color Cylindrical-coordinate representation of color #C409AD: hue angle of 307.38º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C409AD is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 173 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.23 |
| HSL | 307.38º | 0.91% | 0.4% | - |
| HSV(B) | 307.38º | 0.95% | 0.77% | - |
| XYZ | 30.41 | 14.95 | 40.82 | - |
| YUV | 83.61 | 178.45 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 173 | 0 | 0.95 | 0.12 | 0.23 | 307.38 | 0.91 | 0.4 |
| Hex | C4 | 9 | AD | 0 | 5F | C | 17 | 133 | 5B | 28 |
| Octal | 304 | 11 | 255 | 0 | 137 | 14 | 27 | 463 | 133 | 50 |
| Binary | 11000100 | 1001 | 10101101 | 0 | 1011111 | 1100 | 10111 | 100110011 | 1011011 | 101000 |
Color Harmonies of #C409AD
Complementary color
Monochromatic Colors of #C409AD
Black with #C409AD
Text Example
Text Example
White with #C409AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C409AD; }
p { color: rgb(196,9,173); }
H1.HeaderClassName
{
color: #C409AD;
}
.AnyTagClassName
{
color: #C409AD;
}
</style>
background-color css
<style>
a { background-color: #C409AD; }
a { background-color: rgb(196,9,173); }
div.DivClassName
{
background-color: #C409AD;
}
.BgClassName
{
background-color: #C409AD;
}
</style>
border-color css
<style>
span { border-color: #C409AD; }
span { border-color: rgb(196,9,173); }
td.TdClassName
{
border-color: #C409AD;
}
.TagClassName
{
border-color: #C409AD;
}
</style>