Shades of Deep Magenta #C407AD
Tints of Deep Magenta #C407AD
RGB
CMYK
RGB Variations
Color information
#C407AD (or 0xC407AD) is known color: Deep Magenta. HEX triplet: C4, 07 and AD. RGB value is (196,7,173). Sum of RGB (Red+Green+Blue) = 196+7+173=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C407AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C407AD is #3BF852. Grayscale: #515151. Windows color (decimal): -3930195 or 11339716. OLE color: 11339716.
HSL color Cylindrical-coordinate representation of color #C407AD: hue angle of 307.3º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C407AD is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 7 | 173 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.23 |
| HSL | 307.3º | 0.93% | 0.4% | - |
| HSV(B) | 307.3º | 0.96% | 0.77% | - |
| XYZ | 30.38 | 14.9 | 40.81 | - |
| YUV | 82.44 | 179.12 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 173 | 0 | 0.96 | 0.12 | 0.23 | 307.3 | 0.93 | 0.4 |
| Hex | C4 | 7 | AD | 0 | 60 | C | 17 | 133 | 5D | 28 |
| Octal | 304 | 7 | 255 | 0 | 140 | 14 | 27 | 463 | 135 | 50 |
| Binary | 11000100 | 111 | 10101101 | 0 | 1100000 | 1100 | 10111 | 100110011 | 1011101 | 101000 |
Color Harmonies of #C407AD
Complementary color
Monochromatic Colors of #C407AD
Black with #C407AD
Text Example
Text Example
White with #C407AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407AD; }
p { color: rgb(196,7,173); }
H1.HeaderClassName
{
color: #C407AD;
}
.AnyTagClassName
{
color: #C407AD;
}
</style>
background-color css
<style>
a { background-color: #C407AD; }
a { background-color: rgb(196,7,173); }
div.DivClassName
{
background-color: #C407AD;
}
.BgClassName
{
background-color: #C407AD;
}
</style>
border-color css
<style>
span { border-color: #C407AD; }
span { border-color: rgb(196,7,173); }
td.TdClassName
{
border-color: #C407AD;
}
.TagClassName
{
border-color: #C407AD;
}
</style>