Shades of Deep Magenta #C706B0
Tints of Deep Magenta #C706B0
RGB
CMYK
RGB Variations
Color information
#C706B0 (or 0xC706B0) is known color: Deep Magenta. HEX triplet: C7, 06 and B0. RGB value is (199,6,176). Sum of RGB (Red+Green+Blue) = 199+6+176=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C706B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C706B0 is #38F94F. Grayscale: #525252. Windows color (decimal): -3733840 or 11536071. OLE color: 11536071.
HSL color Cylindrical-coordinate representation of color #C706B0: hue angle of 307.15º 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 #C706B0 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 176 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.22 |
| HSL | 307.15º | 0.94% | 0.4% | - |
| HSV(B) | 307.15º | 0.97% | 0.78% | - |
| XYZ | 31.45 | 15.41 | 42.39 | - |
| YUV | 83.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 176 | 0 | 0.97 | 0.12 | 0.22 | 307.15 | 0.94 | 0.4 |
| Hex | C7 | 6 | B0 | 0 | 61 | C | 16 | 133 | 5E | 28 |
| Octal | 307 | 6 | 260 | 0 | 141 | 14 | 26 | 463 | 136 | 50 |
| Binary | 11000111 | 110 | 10110000 | 0 | 1100001 | 1100 | 10110 | 100110011 | 1011110 | 101000 |
Color Harmonies of #C706B0
Complementary color
Monochromatic Colors of #C706B0
Black with #C706B0
Text Example
Text Example
White with #C706B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706B0; }
p { color: rgb(199,6,176); }
H1.HeaderClassName
{
color: #C706B0;
}
.AnyTagClassName
{
color: #C706B0;
}
</style>
background-color css
<style>
a { background-color: #C706B0; }
a { background-color: rgb(199,6,176); }
div.DivClassName
{
background-color: #C706B0;
}
.BgClassName
{
background-color: #C706B0;
}
</style>
border-color css
<style>
span { border-color: #C706B0; }
span { border-color: rgb(199,6,176); }
td.TdClassName
{
border-color: #C706B0;
}
.TagClassName
{
border-color: #C706B0;
}
</style>