Shades of Deep Magenta #C706CD
Tints of Deep Magenta #C706CD
RGB
CMYK
RGB Variations
Color information
#C706CD (or 0xC706CD) is known color: Deep Magenta. HEX triplet: C7, 06 and CD. RGB value is (199,6,205). Sum of RGB (Red+Green+Blue) = 199+6+205=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 6 (2.73% from 255 or 1.46% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #C706CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706CD is #38F932. Grayscale: #555555. Windows color (decimal): -3733811 or 13436615. OLE color: 13436615.
HSL color Cylindrical-coordinate representation of color #C706CD: hue angle of 298.19º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706CD is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 6 | 205 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.20 |
| HSL | 298.19º | 0.94% | 0.41% | - |
| HSV(B) | 298.19º | 0.97% | 0.8% | - |
| XYZ | 34.64 | 16.68 | 59.15 | - |
| YUV | 86.39 | 194.94 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 205 | 0.03 | 0.97 | 0 | 0.20 | 298.19 | 0.94 | 0.41 |
| Hex | C7 | 6 | CD | 3 | 61 | 0 | 14 | 12A | 5E | 29 |
| Octal | 307 | 6 | 315 | 3 | 141 | 0 | 24 | 452 | 136 | 51 |
| Binary | 11000111 | 110 | 11001101 | 11 | 1100001 | 0 | 10100 | 100101010 | 1011110 | 101001 |
Color Harmonies of #C706CD
Complementary color
Monochromatic Colors of #C706CD
Black with #C706CD
Text Example
Text Example
White with #C706CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706CD; }
p { color: rgb(199,6,205); }
H1.HeaderClassName
{
color: #C706CD;
}
.AnyTagClassName
{
color: #C706CD;
}
</style>
background-color css
<style>
a { background-color: #C706CD; }
a { background-color: rgb(199,6,205); }
div.DivClassName
{
background-color: #C706CD;
}
.BgClassName
{
background-color: #C706CD;
}
</style>
border-color css
<style>
span { border-color: #C706CD; }
span { border-color: rgb(199,6,205); }
td.TdClassName
{
border-color: #C706CD;
}
.TagClassName
{
border-color: #C706CD;
}
</style>