Shades of Deep Magenta #C403AD
Tints of Deep Magenta #C403AD
RGB
CMYK
RGB Variations
Color information
#C403AD (or 0xC403AD) is known color: Deep Magenta. HEX triplet: C4, 03 and AD. RGB value is (196,3,173). Sum of RGB (Red+Green+Blue) = 196+3+173=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C403AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C403AD is #3BFC52. Grayscale: #4F4F4F. Windows color (decimal): -3931219 or 11338692. OLE color: 11338692.
HSL color Cylindrical-coordinate representation of color #C403AD: hue angle of 307.15º degrees, saturation: 0.97, 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 #C403AD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 3 | 173 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.23 |
| HSL | 307.15º | 0.97% | 0.39% | - |
| HSV(B) | 307.15º | 0.98% | 0.77% | - |
| XYZ | 30.34 | 14.82 | 40.8 | - |
| YUV | 80.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 3 | 173 | 0 | 0.98 | 0.12 | 0.23 | 307.15 | 0.97 | 0.39 |
| Hex | C4 | 3 | AD | 0 | 62 | C | 17 | 133 | 61 | 27 |
| Octal | 304 | 3 | 255 | 0 | 142 | 14 | 27 | 463 | 141 | 47 |
| Binary | 11000100 | 11 | 10101101 | 0 | 1100010 | 1100 | 10111 | 100110011 | 1100001 | 100111 |
Color Harmonies of #C403AD
Complementary color
Monochromatic Colors of #C403AD
Black with #C403AD
Text Example
Text Example
White with #C403AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C403AD; }
p { color: rgb(196,3,173); }
H1.HeaderClassName
{
color: #C403AD;
}
.AnyTagClassName
{
color: #C403AD;
}
</style>
background-color css
<style>
a { background-color: #C403AD; }
a { background-color: rgb(196,3,173); }
div.DivClassName
{
background-color: #C403AD;
}
.BgClassName
{
background-color: #C403AD;
}
</style>
border-color css
<style>
span { border-color: #C403AD; }
span { border-color: rgb(196,3,173); }
td.TdClassName
{
border-color: #C403AD;
}
.TagClassName
{
border-color: #C403AD;
}
</style>