Shades of Deep Magenta #C500AB
Tints of Deep Magenta #C500AB
RGB
CMYK
RGB Variations
Color information
#C500AB (or 0xC500AB) is known color: Deep Magenta. HEX triplet: C5, 00 and AB. RGB value is (197,0,171). Sum of RGB (Red+Green+Blue) = 197+0+171=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 0 (0.39% from 255 or 0% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C500AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C500AB is #3AFF54. Grayscale: #4D4D4D. Windows color (decimal): -3866453 or 11206853. OLE color: 11206853.
HSL color Cylindrical-coordinate representation of color #C500AB: hue angle of 307.92º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C500AB is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.13 | 0.23 |
| HSL | 307.92º | 1% | 0.39% | - |
| HSV(B) | 307.92º | 1% | 0.77% | - |
| XYZ | 30.38 | 14.81 | 39.79 | - |
| YUV | 78.4 | 180.27 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 0 | 171 | 0 | 1 | 0.13 | 0.23 | 307.92 | 1 | 0.39 |
| Hex | C5 | 0 | AB | 0 | 64 | D | 17 | 134 | 64 | 27 |
| Octal | 305 | 0 | 253 | 0 | 144 | 15 | 27 | 464 | 144 | 47 |
| Binary | 11000101 | 0 | 10101011 | 0 | 1100100 | 1101 | 10111 | 100110100 | 1100100 | 100111 |
Color Harmonies of #C500AB
Complementary color
Monochromatic Colors of #C500AB
Black with #C500AB
Text Example
Text Example
White with #C500AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C500AB; }
p { color: rgb(197,0,171); }
H1.HeaderClassName
{
color: #C500AB;
}
.AnyTagClassName
{
color: #C500AB;
}
</style>
background-color css
<style>
a { background-color: #C500AB; }
a { background-color: rgb(197,0,171); }
div.DivClassName
{
background-color: #C500AB;
}
.BgClassName
{
background-color: #C500AB;
}
</style>
border-color css
<style>
span { border-color: #C500AB; }
span { border-color: rgb(197,0,171); }
td.TdClassName
{
border-color: #C500AB;
}
.TagClassName
{
border-color: #C500AB;
}
</style>