Shades of Deep Magenta #C706BD
Tints of Deep Magenta #C706BD
RGB
CMYK
RGB Variations
Color information
#C706BD (or 0xC706BD) is known color: Deep Magenta. HEX triplet: C7, 06 and BD. RGB value is (199,6,189). Sum of RGB (Red+Green+Blue) = 199+6+189=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 6 (2.73% from 255 or 1.52% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C706BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706BD is #38F942. Grayscale: #545454. Windows color (decimal): -3733827 or 12388039. OLE color: 12388039.
HSL color Cylindrical-coordinate representation of color #C706BD: hue angle of 303.11º 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 #C706BD is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 189 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.22 |
| HSL | 303.11º | 0.94% | 0.4% | - |
| HSV(B) | 303.11º | 0.97% | 0.78% | - |
| XYZ | 32.8 | 15.95 | 49.49 | - |
| YUV | 84.57 | 186.94 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 189 | 0 | 0.97 | 0.05 | 0.22 | 303.11 | 0.94 | 0.4 |
| Hex | C7 | 6 | BD | 0 | 61 | 5 | 16 | 12F | 5E | 28 |
| Octal | 307 | 6 | 275 | 0 | 141 | 5 | 26 | 457 | 136 | 50 |
| Binary | 11000111 | 110 | 10111101 | 0 | 1100001 | 101 | 10110 | 100101111 | 1011110 | 101000 |
Color Harmonies of #C706BD
Complementary color
Monochromatic Colors of #C706BD
Black with #C706BD
Text Example
Text Example
White with #C706BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706BD; }
p { color: rgb(199,6,189); }
H1.HeaderClassName
{
color: #C706BD;
}
.AnyTagClassName
{
color: #C706BD;
}
</style>
background-color css
<style>
a { background-color: #C706BD; }
a { background-color: rgb(199,6,189); }
div.DivClassName
{
background-color: #C706BD;
}
.BgClassName
{
background-color: #C706BD;
}
</style>
border-color css
<style>
span { border-color: #C706BD; }
span { border-color: rgb(199,6,189); }
td.TdClassName
{
border-color: #C706BD;
}
.TagClassName
{
border-color: #C706BD;
}
</style>