Shades of Deep Magenta #C706DF
Tints of Deep Magenta #C706DF
RGB
CMYK
RGB Variations
Color information
#C706DF (or 0xC706DF) is known color: Deep Magenta. HEX triplet: C7, 06 and DF. RGB value is (199,6,223). Sum of RGB (Red+Green+Blue) = 199+6+223=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 6 (2.73% from 255 or 1.40% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #C706DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706DF is #38F920. Grayscale: #575757. Windows color (decimal): -3733793 or 14616263. OLE color: 14616263.
HSL color Cylindrical-coordinate representation of color #C706DF: hue angle of 293.36º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706DF is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 6 | 223 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.13 |
| HSL | 293.36º | 0.95% | 0.45% | - |
| HSV(B) | 293.36º | 0.97% | 0.87% | - |
| XYZ | 36.94 | 17.6 | 71.26 | - |
| YUV | 88.45 | 203.94 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 223 | 0.11 | 0.97 | 0 | 0.13 | 293.36 | 0.95 | 0.45 |
| Hex | C7 | 6 | DF | B | 61 | 0 | D | 125 | 5F | 2D |
| Octal | 307 | 6 | 337 | 13 | 141 | 0 | 15 | 445 | 137 | 55 |
| Binary | 11000111 | 110 | 11011111 | 1011 | 1100001 | 0 | 1101 | 100100101 | 1011111 | 101101 |
Color Harmonies of #C706DF
Complementary color
Monochromatic Colors of #C706DF
Black with #C706DF
Text Example
Text Example
White with #C706DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706DF; }
p { color: rgb(199,6,223); }
H1.HeaderClassName
{
color: #C706DF;
}
.AnyTagClassName
{
color: #C706DF;
}
</style>
background-color css
<style>
a { background-color: #C706DF; }
a { background-color: rgb(199,6,223); }
div.DivClassName
{
background-color: #C706DF;
}
.BgClassName
{
background-color: #C706DF;
}
</style>
border-color css
<style>
span { border-color: #C706DF; }
span { border-color: rgb(199,6,223); }
td.TdClassName
{
border-color: #C706DF;
}
.TagClassName
{
border-color: #C706DF;
}
</style>