Shades of Deep Magenta #C706BB
Tints of Deep Magenta #C706BB
RGB
CMYK
RGB Variations
Color information
#C706BB (or 0xC706BB) is known color: Deep Magenta. HEX triplet: C7, 06 and BB. RGB value is (199,6,187). Sum of RGB (Red+Green+Blue) = 199+6+187=392 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.77% from 392); Green value is 6 (2.73% from 255 or 1.53% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 199 - color contains mainly: red. Hex color #C706BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706BB is #38F944. Grayscale: #535353. Windows color (decimal): -3733829 or 12256967. OLE color: 12256967.
HSL color Cylindrical-coordinate representation of color #C706BB: hue angle of 303.73º 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 #C706BB is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 187 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.22 |
| HSL | 303.73º | 0.94% | 0.4% | - |
| HSV(B) | 303.73º | 0.97% | 0.78% | - |
| XYZ | 32.59 | 15.86 | 48.36 | - |
| YUV | 84.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 187 | 0 | 0.97 | 0.06 | 0.22 | 303.73 | 0.94 | 0.4 |
| Hex | C7 | 6 | BB | 0 | 61 | 6 | 16 | 130 | 5E | 28 |
| Octal | 307 | 6 | 273 | 0 | 141 | 6 | 26 | 460 | 136 | 50 |
| Binary | 11000111 | 110 | 10111011 | 0 | 1100001 | 110 | 10110 | 100110000 | 1011110 | 101000 |
Color Harmonies of #C706BB
Complementary color
Monochromatic Colors of #C706BB
Black with #C706BB
Text Example
Text Example
White with #C706BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706BB; }
p { color: rgb(199,6,187); }
H1.HeaderClassName
{
color: #C706BB;
}
.AnyTagClassName
{
color: #C706BB;
}
</style>
background-color css
<style>
a { background-color: #C706BB; }
a { background-color: rgb(199,6,187); }
div.DivClassName
{
background-color: #C706BB;
}
.BgClassName
{
background-color: #C706BB;
}
</style>
border-color css
<style>
span { border-color: #C706BB; }
span { border-color: rgb(199,6,187); }
td.TdClassName
{
border-color: #C706BB;
}
.TagClassName
{
border-color: #C706BB;
}
</style>