Shades of Deep Magenta #C404AD
Tints of Deep Magenta #C404AD
RGB
CMYK
RGB Variations
Color information
#C404AD (or 0xC404AD) is known color: Deep Magenta. HEX triplet: C4, 04 and AD. RGB value is (196,4,173). Sum of RGB (Red+Green+Blue) = 196+4+173=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C404AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C404AD is #3BFB52. Grayscale: #505050. Windows color (decimal): -3930963 or 11338948. OLE color: 11338948.
HSL color Cylindrical-coordinate representation of color #C404AD: hue angle of 307.19º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C404AD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.23 |
| HSL | 307.19º | 0.96% | 0.39% | - |
| HSV(B) | 307.19º | 0.98% | 0.77% | - |
| XYZ | 30.35 | 14.84 | 40.8 | - |
| YUV | 80.67 | 180.11 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 4 | 173 | 0 | 0.98 | 0.12 | 0.23 | 307.19 | 0.96 | 0.39 |
| Hex | C4 | 4 | AD | 0 | 62 | C | 17 | 133 | 60 | 27 |
| Octal | 304 | 4 | 255 | 0 | 142 | 14 | 27 | 463 | 140 | 47 |
| Binary | 11000100 | 100 | 10101101 | 0 | 1100010 | 1100 | 10111 | 100110011 | 1100000 | 100111 |
Color Harmonies of #C404AD
Complementary color
Monochromatic Colors of #C404AD
Black with #C404AD
Text Example
Text Example
White with #C404AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C404AD; }
p { color: rgb(196,4,173); }
H1.HeaderClassName
{
color: #C404AD;
}
.AnyTagClassName
{
color: #C404AD;
}
</style>
background-color css
<style>
a { background-color: #C404AD; }
a { background-color: rgb(196,4,173); }
div.DivClassName
{
background-color: #C404AD;
}
.BgClassName
{
background-color: #C404AD;
}
</style>
border-color css
<style>
span { border-color: #C404AD; }
span { border-color: rgb(196,4,173); }
td.TdClassName
{
border-color: #C404AD;
}
.TagClassName
{
border-color: #C404AD;
}
</style>