Shades of Deep Magenta #C706BF
Tints of Deep Magenta #C706BF
RGB
CMYK
RGB Variations
Color information
#C706BF (or 0xC706BF) is known color: Deep Magenta. HEX triplet: C7, 06 and BF. RGB value is (199,6,191). Sum of RGB (Red+Green+Blue) = 199+6+191=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C706BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706BF is #38F940. Grayscale: #545454. Windows color (decimal): -3733825 or 12519111. OLE color: 12519111.
HSL color Cylindrical-coordinate representation of color #C706BF: hue angle of 302.49º 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 #C706BF is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 191 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.22 |
| HSL | 302.49º | 0.94% | 0.4% | - |
| HSV(B) | 302.49º | 0.97% | 0.78% | - |
| XYZ | 33.02 | 16.03 | 50.64 | - |
| YUV | 84.8 | 187.94 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 191 | 0 | 0.97 | 0.04 | 0.22 | 302.49 | 0.94 | 0.4 |
| Hex | C7 | 6 | BF | 0 | 61 | 4 | 16 | 12E | 5E | 28 |
| Octal | 307 | 6 | 277 | 0 | 141 | 4 | 26 | 456 | 136 | 50 |
| Binary | 11000111 | 110 | 10111111 | 0 | 1100001 | 100 | 10110 | 100101110 | 1011110 | 101000 |
Color Harmonies of #C706BF
Complementary color
Monochromatic Colors of #C706BF
Black with #C706BF
Text Example
Text Example
White with #C706BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706BF; }
p { color: rgb(199,6,191); }
H1.HeaderClassName
{
color: #C706BF;
}
.AnyTagClassName
{
color: #C706BF;
}
</style>
background-color css
<style>
a { background-color: #C706BF; }
a { background-color: rgb(199,6,191); }
div.DivClassName
{
background-color: #C706BF;
}
.BgClassName
{
background-color: #C706BF;
}
</style>
border-color css
<style>
span { border-color: #C706BF; }
span { border-color: rgb(199,6,191); }
td.TdClassName
{
border-color: #C706BF;
}
.TagClassName
{
border-color: #C706BF;
}
</style>