Shades of Deep Magenta #C506AA
Tints of Deep Magenta #C506AA
RGB
CMYK
RGB Variations
Color information
#C506AA (or 0xC506AA) is known color: Deep Magenta. HEX triplet: C5, 06 and AA. RGB value is (197,6,170). Sum of RGB (Red+Green+Blue) = 197+6+170=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C506AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506AA is #3AF955. Grayscale: #515151. Windows color (decimal): -3864918 or 11142853. OLE color: 11142853.
HSL color Cylindrical-coordinate representation of color #C506AA: hue angle of 308.48º 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 #C506AA is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.23 |
| HSL | 308.48º | 0.94% | 0.4% | - |
| HSV(B) | 308.48º | 0.97% | 0.77% | - |
| XYZ | 30.35 | 14.9 | 39.31 | - |
| YUV | 81.81 | 177.78 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 170 | 0 | 0.97 | 0.14 | 0.23 | 308.48 | 0.94 | 0.4 |
| Hex | C5 | 6 | AA | 0 | 61 | E | 17 | 134 | 5E | 28 |
| Octal | 305 | 6 | 252 | 0 | 141 | 16 | 27 | 464 | 136 | 50 |
| Binary | 11000101 | 110 | 10101010 | 0 | 1100001 | 1110 | 10111 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C506AA
Complementary color
Monochromatic Colors of #C506AA
Black with #C506AA
Text Example
Text Example
White with #C506AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506AA; }
p { color: rgb(197,6,170); }
H1.HeaderClassName
{
color: #C506AA;
}
.AnyTagClassName
{
color: #C506AA;
}
</style>
background-color css
<style>
a { background-color: #C506AA; }
a { background-color: rgb(197,6,170); }
div.DivClassName
{
background-color: #C506AA;
}
.BgClassName
{
background-color: #C506AA;
}
</style>
border-color css
<style>
span { border-color: #C506AA; }
span { border-color: rgb(197,6,170); }
td.TdClassName
{
border-color: #C506AA;
}
.TagClassName
{
border-color: #C506AA;
}
</style>