Shades of Deep Magenta #C506AC
Tints of Deep Magenta #C506AC
RGB
CMYK
RGB Variations
Color information
#C506AC (or 0xC506AC) is known color: Deep Magenta. HEX triplet: C5, 06 and AC. RGB value is (197,6,172). Sum of RGB (Red+Green+Blue) = 197+6+172=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C506AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C506AC is #3AF953. Grayscale: #515151. Windows color (decimal): -3864916 or 11273925. OLE color: 11273925.
HSL color Cylindrical-coordinate representation of color #C506AC: hue angle of 307.85º 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 #C506AC is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.23 |
| HSL | 307.85º | 0.94% | 0.4% | - |
| HSV(B) | 307.85º | 0.97% | 0.77% | - |
| XYZ | 30.54 | 14.98 | 40.31 | - |
| YUV | 82.03 | 178.78 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 172 | 0 | 0.97 | 0.13 | 0.23 | 307.85 | 0.94 | 0.4 |
| Hex | C5 | 6 | AC | 0 | 61 | D | 17 | 134 | 5E | 28 |
| Octal | 305 | 6 | 254 | 0 | 141 | 15 | 27 | 464 | 136 | 50 |
| Binary | 11000101 | 110 | 10101100 | 0 | 1100001 | 1101 | 10111 | 100110100 | 1011110 | 101000 |
Color Harmonies of #C506AC
Complementary color
Monochromatic Colors of #C506AC
Black with #C506AC
Text Example
Text Example
White with #C506AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C506AC; }
p { color: rgb(197,6,172); }
H1.HeaderClassName
{
color: #C506AC;
}
.AnyTagClassName
{
color: #C506AC;
}
</style>
background-color css
<style>
a { background-color: #C506AC; }
a { background-color: rgb(197,6,172); }
div.DivClassName
{
background-color: #C506AC;
}
.BgClassName
{
background-color: #C506AC;
}
</style>
border-color css
<style>
span { border-color: #C506AC; }
span { border-color: rgb(197,6,172); }
td.TdClassName
{
border-color: #C506AC;
}
.TagClassName
{
border-color: #C506AC;
}
</style>