Shades of Deep Magenta #C501AD
Tints of Deep Magenta #C501AD
RGB
CMYK
RGB Variations
Color information
#C501AD (or 0xC501AD) is known color: Deep Magenta. HEX triplet: C5, 01 and AD. RGB value is (197,1,173). Sum of RGB (Red+Green+Blue) = 197+1+173=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 1 (0.78% from 255 or 0.27% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C501AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C501AD is #3AFE52. Grayscale: #4E4E4E. Windows color (decimal): -3866195 or 11338181. OLE color: 11338181.
HSL color Cylindrical-coordinate representation of color #C501AD: hue angle of 307.35º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C501AD is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 1 | 173 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.23 |
| HSL | 307.35º | 0.99% | 0.39% | - |
| HSV(B) | 307.35º | 0.99% | 0.77% | - |
| XYZ | 30.58 | 14.91 | 40.8 | - |
| YUV | 79.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 1 | 173 | 0 | 0.99 | 0.12 | 0.23 | 307.35 | 0.99 | 0.39 |
| Hex | C5 | 1 | AD | 0 | 63 | C | 17 | 133 | 63 | 27 |
| Octal | 305 | 1 | 255 | 0 | 143 | 14 | 27 | 463 | 143 | 47 |
| Binary | 11000101 | 1 | 10101101 | 0 | 1100011 | 1100 | 10111 | 100110011 | 1100011 | 100111 |
Color Harmonies of #C501AD
Complementary color
Monochromatic Colors of #C501AD
Black with #C501AD
Text Example
Text Example
White with #C501AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C501AD; }
p { color: rgb(197,1,173); }
H1.HeaderClassName
{
color: #C501AD;
}
.AnyTagClassName
{
color: #C501AD;
}
</style>
background-color css
<style>
a { background-color: #C501AD; }
a { background-color: rgb(197,1,173); }
div.DivClassName
{
background-color: #C501AD;
}
.BgClassName
{
background-color: #C501AD;
}
</style>
border-color css
<style>
span { border-color: #C501AD; }
span { border-color: rgb(197,1,173); }
td.TdClassName
{
border-color: #C501AD;
}
.TagClassName
{
border-color: #C501AD;
}
</style>