Shades of Deep Magenta #C506AB
Tints of Deep Magenta #C506AB
RGB
CMYK
RGB Variations
Color information
#C506AB (or 0xC506AB) is known color: Deep Magenta. HEX triplet: C5, 06 and AB. RGB value is (197,6,171). Sum of RGB (Red+Green+Blue) = 197+6+171=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C506AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506AB is #3AF954. Grayscale: #515151. Windows color (decimal): -3864917 or 11208389. OLE color: 11208389.
HSL color Cylindrical-coordinate representation of color #C506AB: hue angle of 308.17º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C506AB is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.23 |
| HSL | 308.17º | 0.94% | 0.4% | - |
| HSV(B) | 308.17º | 0.97% | 0.77% | - |
| XYZ | 30.44 | 14.94 | 39.81 | - |
| YUV | 81.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 171 | 0 | 0.97 | 0.13 | 0.23 | 308.17 | 0.94 | 0.4 |
| Hex | C5 | 6 | AB | 0 | 61 | D | 17 | 134 | 5E | 28 |
| Octal | 305 | 6 | 253 | 0 | 141 | 15 | 27 | 464 | 136 | 50 |
| Binary | 11000101 | 110 | 10101011 | 0 | 1100001 | 1101 | 10111 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C506AB
Complementary color
Monochromatic Colors of #C506AB
Black with #C506AB
Text Example
Text Example
White with #C506AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506AB; }
p { color: rgb(197,6,171); }
H1.HeaderClassName
{
color: #C506AB;
}
.AnyTagClassName
{
color: #C506AB;
}
</style>
background-color css
<style>
a { background-color: #C506AB; }
a { background-color: rgb(197,6,171); }
div.DivClassName
{
background-color: #C506AB;
}
.BgClassName
{
background-color: #C506AB;
}
</style>
border-color css
<style>
span { border-color: #C506AB; }
span { border-color: rgb(197,6,171); }
td.TdClassName
{
border-color: #C506AB;
}
.TagClassName
{
border-color: #C506AB;
}
</style>