Shades of Deep Magenta #C408AD
Tints of Deep Magenta #C408AD
RGB
CMYK
RGB Variations
Color information
#C408AD (or 0xC408AD) is known color: Deep Magenta. HEX triplet: C4, 08 and AD. RGB value is (196,8,173). Sum of RGB (Red+Green+Blue) = 196+8+173=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 8 (3.52% from 255 or 2.12% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C408AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C408AD is #3BF752. Grayscale: #525252. Windows color (decimal): -3929939 or 11339972. OLE color: 11339972.
HSL color Cylindrical-coordinate representation of color #C408AD: hue angle of 307.34º degrees, saturation: 0.92, 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 #C408AD is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 173 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.23 |
| HSL | 307.34º | 0.92% | 0.4% | - |
| HSV(B) | 307.34º | 0.96% | 0.77% | - |
| XYZ | 30.39 | 14.93 | 40.81 | - |
| YUV | 83.02 | 178.78 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 173 | 0 | 0.96 | 0.12 | 0.23 | 307.34 | 0.92 | 0.4 |
| Hex | C4 | 8 | AD | 0 | 60 | C | 17 | 133 | 5C | 28 |
| Octal | 304 | 10 | 255 | 0 | 140 | 14 | 27 | 463 | 134 | 50 |
| Binary | 11000100 | 1000 | 10101101 | 0 | 1100000 | 1100 | 10111 | 100110011 | 1011100 | 101000 |
Color Harmonies of #C408AD
Complementary color
Monochromatic Colors of #C408AD
Black with #C408AD
Text Example
Text Example
White with #C408AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C408AD; }
p { color: rgb(196,8,173); }
H1.HeaderClassName
{
color: #C408AD;
}
.AnyTagClassName
{
color: #C408AD;
}
</style>
background-color css
<style>
a { background-color: #C408AD; }
a { background-color: rgb(196,8,173); }
div.DivClassName
{
background-color: #C408AD;
}
.BgClassName
{
background-color: #C408AD;
}
</style>
border-color css
<style>
span { border-color: #C408AD; }
span { border-color: rgb(196,8,173); }
td.TdClassName
{
border-color: #C408AD;
}
.TagClassName
{
border-color: #C408AD;
}
</style>