Shades of Deep Magenta #C706C6
Tints of Deep Magenta #C706C6
RGB
CMYK
RGB Variations
Color information
#C706C6 (or 0xC706C6) is known color: Deep Magenta. HEX triplet: C7, 06 and C6. RGB value is (199,6,198). Sum of RGB (Red+Green+Blue) = 199+6+198=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 198 (77.73% from 255 or 49.13% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C706C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706C6 is #38F939. Grayscale: #555555. Windows color (decimal): -3733818 or 12977863. OLE color: 12977863.
HSL color Cylindrical-coordinate representation of color #C706C6: hue angle of 300.31º 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 #C706C6 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 198 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.22 |
| HSL | 300.31º | 0.94% | 0.4% | - |
| HSV(B) | 300.31º | 0.97% | 0.78% | - |
| XYZ | 33.81 | 16.35 | 54.8 | - |
| YUV | 85.6 | 191.44 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 198 | 0 | 0.97 | 0.01 | 0.22 | 300.31 | 0.94 | 0.4 |
| Hex | C7 | 6 | C6 | 0 | 61 | 1 | 16 | 12C | 5E | 28 |
| Octal | 307 | 6 | 306 | 0 | 141 | 1 | 26 | 454 | 136 | 50 |
| Binary | 11000111 | 110 | 11000110 | 0 | 1100001 | 1 | 10110 | 100101100 | 1011110 | 101000 |
Color Harmonies of #C706C6
Complementary color
Monochromatic Colors of #C706C6
Black with #C706C6
Text Example
Text Example
White with #C706C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706C6; }
p { color: rgb(199,6,198); }
H1.HeaderClassName
{
color: #C706C6;
}
.AnyTagClassName
{
color: #C706C6;
}
</style>
background-color css
<style>
a { background-color: #C706C6; }
a { background-color: rgb(199,6,198); }
div.DivClassName
{
background-color: #C706C6;
}
.BgClassName
{
background-color: #C706C6;
}
</style>
border-color css
<style>
span { border-color: #C706C6; }
span { border-color: rgb(199,6,198); }
td.TdClassName
{
border-color: #C706C6;
}
.TagClassName
{
border-color: #C706C6;
}
</style>