Shades of Deep Magenta #C706AF
Tints of Deep Magenta #C706AF
RGB
CMYK
RGB Variations
Color information
#C706AF (or 0xC706AF) is known color: Deep Magenta. HEX triplet: C7, 06 and AF. RGB value is (199,6,175). Sum of RGB (Red+Green+Blue) = 199+6+175=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C706AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C706AF is #38F950. Grayscale: #525252. Windows color (decimal): -3733841 or 11470535. OLE color: 11470535.
HSL color Cylindrical-coordinate representation of color #C706AF: hue angle of 307.46º 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 #C706AF is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 175 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.22 |
| HSL | 307.46º | 0.94% | 0.4% | - |
| HSV(B) | 307.46º | 0.97% | 0.78% | - |
| XYZ | 31.36 | 15.37 | 41.87 | - |
| YUV | 82.97 | 179.94 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 175 | 0 | 0.97 | 0.12 | 0.22 | 307.46 | 0.94 | 0.4 |
| Hex | C7 | 6 | AF | 0 | 61 | C | 16 | 133 | 5E | 28 |
| Octal | 307 | 6 | 257 | 0 | 141 | 14 | 26 | 463 | 136 | 50 |
| Binary | 11000111 | 110 | 10101111 | 0 | 1100001 | 1100 | 10110 | 100110011 | 1011110 | 101000 |
Color Harmonies of #C706AF
Complementary color
Monochromatic Colors of #C706AF
Black with #C706AF
Text Example
Text Example
White with #C706AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706AF; }
p { color: rgb(199,6,175); }
H1.HeaderClassName
{
color: #C706AF;
}
.AnyTagClassName
{
color: #C706AF;
}
</style>
background-color css
<style>
a { background-color: #C706AF; }
a { background-color: rgb(199,6,175); }
div.DivClassName
{
background-color: #C706AF;
}
.BgClassName
{
background-color: #C706AF;
}
</style>
border-color css
<style>
span { border-color: #C706AF; }
span { border-color: rgb(199,6,175); }
td.TdClassName
{
border-color: #C706AF;
}
.TagClassName
{
border-color: #C706AF;
}
</style>