Shades of Deep Magenta #C405AD
Tints of Deep Magenta #C405AD
RGB
CMYK
RGB Variations
Color information
#C405AD (or 0xC405AD) is known color: Deep Magenta. HEX triplet: C4, 05 and AD. RGB value is (196,5,173). Sum of RGB (Red+Green+Blue) = 196+5+173=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C405AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C405AD is #3BFA52. Grayscale: #505050. Windows color (decimal): -3930707 or 11339204. OLE color: 11339204.
HSL color Cylindrical-coordinate representation of color #C405AD: hue angle of 307.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C405AD is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 5 | 173 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.23 |
| HSL | 307.23º | 0.95% | 0.39% | - |
| HSV(B) | 307.23º | 0.97% | 0.77% | - |
| XYZ | 30.36 | 14.86 | 40.8 | - |
| YUV | 81.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 5 | 173 | 0 | 0.97 | 0.12 | 0.23 | 307.23 | 0.95 | 0.39 |
| Hex | C4 | 5 | AD | 0 | 61 | C | 17 | 133 | 5F | 27 |
| Octal | 304 | 5 | 255 | 0 | 141 | 14 | 27 | 463 | 137 | 47 |
| Binary | 11000100 | 101 | 10101101 | 0 | 1100001 | 1100 | 10111 | 100110011 | 1011111 | 100111 |
Color Harmonies of #C405AD
Complementary color
Monochromatic Colors of #C405AD
Black with #C405AD
Text Example
Text Example
White with #C405AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C405AD; }
p { color: rgb(196,5,173); }
H1.HeaderClassName
{
color: #C405AD;
}
.AnyTagClassName
{
color: #C405AD;
}
</style>
background-color css
<style>
a { background-color: #C405AD; }
a { background-color: rgb(196,5,173); }
div.DivClassName
{
background-color: #C405AD;
}
.BgClassName
{
background-color: #C405AD;
}
</style>
border-color css
<style>
span { border-color: #C405AD; }
span { border-color: rgb(196,5,173); }
td.TdClassName
{
border-color: #C405AD;
}
.TagClassName
{
border-color: #C405AD;
}
</style>