Shades of Deep Magenta #C400AD
Tints of Deep Magenta #C400AD
RGB
CMYK
RGB Variations
Color information
#C400AD (or 0xC400AD) is known color: Deep Magenta. HEX triplet: C4, 00 and AD. RGB value is (196,0,173). Sum of RGB (Red+Green+Blue) = 196+0+173=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C400AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C400AD is #3BFF52. Grayscale: #4D4D4D. Windows color (decimal): -3931987 or 11337924. OLE color: 11337924.
HSL color Cylindrical-coordinate representation of color #C400AD: hue angle of 307.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C400AD is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 173 | - |
| CMYK | 0 | 1 | 0.12 | 0.23 |
| HSL | 307.04º | 1% | 0.38% | - |
| HSV(B) | 307.04º | 1% | 0.77% | - |
| XYZ | 30.31 | 14.75 | 40.79 | - |
| YUV | 78.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 173 | 0 | 1 | 0.12 | 0.23 | 307.04 | 1 | 0.38 |
| Hex | C4 | 0 | AD | 0 | 64 | C | 17 | 133 | 64 | 26 |
| Octal | 304 | 0 | 255 | 0 | 144 | 14 | 27 | 463 | 144 | 46 |
| Binary | 11000100 | 0 | 10101101 | 0 | 1100100 | 1100 | 10111 | 100110011 | 1100100 | 100110 |
Color Harmonies of #C400AD
Complementary color
Monochromatic Colors of #C400AD
Black with #C400AD
Text Example
Text Example
White with #C400AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C400AD; }
p { color: rgb(196,0,173); }
H1.HeaderClassName
{
color: #C400AD;
}
.AnyTagClassName
{
color: #C400AD;
}
</style>
background-color css
<style>
a { background-color: #C400AD; }
a { background-color: rgb(196,0,173); }
div.DivClassName
{
background-color: #C400AD;
}
.BgClassName
{
background-color: #C400AD;
}
</style>
border-color css
<style>
span { border-color: #C400AD; }
span { border-color: rgb(196,0,173); }
td.TdClassName
{
border-color: #C400AD;
}
.TagClassName
{
border-color: #C400AD;
}
</style>