Shades of Deep Magenta #C706B6
Tints of Deep Magenta #C706B6
RGB
CMYK
RGB Variations
Color information
#C706B6 (or 0xC706B6) is known color: Deep Magenta. HEX triplet: C7, 06 and B6. RGB value is (199,6,182). Sum of RGB (Red+Green+Blue) = 199+6+182=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C706B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706B6 is #38F949. Grayscale: #535353. Windows color (decimal): -3733834 or 11929287. OLE color: 11929287.
HSL color Cylindrical-coordinate representation of color #C706B6: hue angle of 305.28º 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 #C706B6 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 182 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.22 |
| HSL | 305.29º | 0.94% | 0.4% | - |
| HSV(B) | 305.29º | 0.97% | 0.78% | - |
| XYZ | 32.06 | 15.65 | 45.59 | - |
| YUV | 83.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 182 | 0 | 0.97 | 0.09 | 0.22 | 305.29 | 0.94 | 0.4 |
| Hex | C7 | 6 | B6 | 0 | 61 | 9 | 16 | 131 | 5E | 28 |
| Octal | 307 | 6 | 266 | 0 | 141 | 11 | 26 | 461 | 136 | 50 |
| Binary | 11000111 | 110 | 10110110 | 0 | 1100001 | 1001 | 10110 | 100110001 | 1011110 | 101000 |
Color Harmonies of #C706B6
Complementary color
Monochromatic Colors of #C706B6
Black with #C706B6
Text Example
Text Example
White with #C706B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706B6; }
p { color: rgb(199,6,182); }
H1.HeaderClassName
{
color: #C706B6;
}
.AnyTagClassName
{
color: #C706B6;
}
</style>
background-color css
<style>
a { background-color: #C706B6; }
a { background-color: rgb(199,6,182); }
div.DivClassName
{
background-color: #C706B6;
}
.BgClassName
{
background-color: #C706B6;
}
</style>
border-color css
<style>
span { border-color: #C706B6; }
span { border-color: rgb(199,6,182); }
td.TdClassName
{
border-color: #C706B6;
}
.TagClassName
{
border-color: #C706B6;
}
</style>