Shades of Deep Magenta #C706DD
Tints of Deep Magenta #C706DD
RGB
CMYK
RGB Variations
Color information
#C706DD (or 0xC706DD) is known color: Deep Magenta. HEX triplet: C7, 06 and DD. RGB value is (199,6,221). Sum of RGB (Red+Green+Blue) = 199+6+221=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #C706DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706DD is #38F922. Grayscale: #575757. Windows color (decimal): -3733795 or 14485191. OLE color: 14485191.
HSL color Cylindrical-coordinate representation of color #C706DD: hue angle of 293.86º 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 #C706DD is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 6 | 221 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.13 |
| HSL | 293.86º | 0.95% | 0.45% | - |
| HSV(B) | 293.86º | 0.97% | 0.87% | - |
| XYZ | 36.67 | 17.49 | 69.85 | - |
| YUV | 88.22 | 202.94 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 221 | 0.10 | 0.97 | 0 | 0.13 | 293.86 | 0.95 | 0.45 |
| Hex | C7 | 6 | DD | A | 61 | 0 | D | 126 | 5F | 2D |
| Octal | 307 | 6 | 335 | 12 | 141 | 0 | 15 | 446 | 137 | 55 |
| Binary | 11000111 | 110 | 11011101 | 1010 | 1100001 | 0 | 1101 | 100100110 | 1011111 | 101101 |
Color Harmonies of #C706DD
Complementary color
Monochromatic Colors of #C706DD
Black with #C706DD
Text Example
Text Example
White with #C706DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706DD; }
p { color: rgb(199,6,221); }
H1.HeaderClassName
{
color: #C706DD;
}
.AnyTagClassName
{
color: #C706DD;
}
</style>
background-color css
<style>
a { background-color: #C706DD; }
a { background-color: rgb(199,6,221); }
div.DivClassName
{
background-color: #C706DD;
}
.BgClassName
{
background-color: #C706DD;
}
</style>
border-color css
<style>
span { border-color: #C706DD; }
span { border-color: rgb(199,6,221); }
td.TdClassName
{
border-color: #C706DD;
}
.TagClassName
{
border-color: #C706DD;
}
</style>