Shades of Deep Magenta #C504AD
Tints of Deep Magenta #C504AD
RGB
CMYK
RGB Variations
Color information
#C504AD (or 0xC504AD) is known color: Deep Magenta. HEX triplet: C5, 04 and AD. RGB value is (197,4,173). Sum of RGB (Red+Green+Blue) = 197+4+173=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C504AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C504AD is #3AFB52. Grayscale: #505050. Windows color (decimal): -3865427 or 11338949. OLE color: 11338949.
HSL color Cylindrical-coordinate representation of color #C504AD: hue angle of 307.46º 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 #C504AD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.23 |
| HSL | 307.46º | 0.96% | 0.39% | - |
| HSV(B) | 307.46º | 0.98% | 0.77% | - |
| XYZ | 30.61 | 14.97 | 40.81 | - |
| YUV | 80.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 4 | 173 | 0 | 0.98 | 0.12 | 0.23 | 307.46 | 0.96 | 0.39 |
| Hex | C5 | 4 | AD | 0 | 62 | C | 17 | 133 | 60 | 27 |
| Octal | 305 | 4 | 255 | 0 | 142 | 14 | 27 | 463 | 140 | 47 |
| Binary | 11000101 | 100 | 10101101 | 0 | 1100010 | 1100 | 10111 | 100110011 | 1100000 | 100111 |
Color Harmonies of #C504AD
Complementary color
Monochromatic Colors of #C504AD
Black with #C504AD
Text Example
Text Example
White with #C504AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C504AD; }
p { color: rgb(197,4,173); }
H1.HeaderClassName
{
color: #C504AD;
}
.AnyTagClassName
{
color: #C504AD;
}
</style>
background-color css
<style>
a { background-color: #C504AD; }
a { background-color: rgb(197,4,173); }
div.DivClassName
{
background-color: #C504AD;
}
.BgClassName
{
background-color: #C504AD;
}
</style>
border-color css
<style>
span { border-color: #C504AD; }
span { border-color: rgb(197,4,173); }
td.TdClassName
{
border-color: #C504AD;
}
.TagClassName
{
border-color: #C504AD;
}
</style>