Shades of Deep Magenta #C706AB
Tints of Deep Magenta #C706AB
RGB
CMYK
RGB Variations
Color information
#C706AB (or 0xC706AB) is known color: Deep Magenta. HEX triplet: C7, 06 and AB. RGB value is (199,6,171). Sum of RGB (Red+Green+Blue) = 199+6+171=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C706AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C706AB is #38F954. Grayscale: #525252. Windows color (decimal): -3733845 or 11208391. OLE color: 11208391.
HSL color Cylindrical-coordinate representation of color #C706AB: hue angle of 308.7º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706AB is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 171 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.22 |
| HSL | 308.7º | 0.94% | 0.4% | - |
| HSV(B) | 308.7º | 0.97% | 0.78% | - |
| XYZ | 30.97 | 15.21 | 39.83 | - |
| YUV | 82.52 | 177.94 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 171 | 0 | 0.97 | 0.14 | 0.22 | 308.7 | 0.94 | 0.4 |
| Hex | C7 | 6 | AB | 0 | 61 | E | 16 | 135 | 5E | 28 |
| Octal | 307 | 6 | 253 | 0 | 141 | 16 | 26 | 465 | 136 | 50 |
| Binary | 11000111 | 110 | 10101011 | 0 | 1100001 | 1110 | 10110 | 100110101 | 1011110 | 101000 |
Color Harmonies of #C706AB
Complementary color
Monochromatic Colors of #C706AB
Black with #C706AB
Text Example
Text Example
White with #C706AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706AB; }
p { color: rgb(199,6,171); }
H1.HeaderClassName
{
color: #C706AB;
}
.AnyTagClassName
{
color: #C706AB;
}
</style>
background-color css
<style>
a { background-color: #C706AB; }
a { background-color: rgb(199,6,171); }
div.DivClassName
{
background-color: #C706AB;
}
.BgClassName
{
background-color: #C706AB;
}
</style>
border-color css
<style>
span { border-color: #C706AB; }
span { border-color: rgb(199,6,171); }
td.TdClassName
{
border-color: #C706AB;
}
.TagClassName
{
border-color: #C706AB;
}
</style>