Shades of Deep Magenta #C706CC
Tints of Deep Magenta #C706CC
RGB
CMYK
RGB Variations
Color information
#C706CC (or 0xC706CC) is known color: Deep Magenta. HEX triplet: C7, 06 and CC. RGB value is (199,6,204). Sum of RGB (Red+Green+Blue) = 199+6+204=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 6 (2.73% from 255 or 1.47% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #C706CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706CC is #38F933. Grayscale: #555555. Windows color (decimal): -3733812 or 13371079. OLE color: 13371079.
HSL color Cylindrical-coordinate representation of color #C706CC: hue angle of 298.48º 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 #C706CC is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 6 | 204 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.2 |
| HSL | 298.48º | 0.94% | 0.41% | - |
| HSV(B) | 298.48º | 0.97% | 0.8% | - |
| XYZ | 34.52 | 16.63 | 58.52 | - |
| YUV | 86.28 | 194.44 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 204 | 0.02 | 0.97 | 0 | 0.2 | 298.48 | 0.94 | 0.41 |
| Hex | C7 | 6 | CC | 2 | 61 | 0 | 14 | 12A | 5E | 29 |
| Octal | 307 | 6 | 314 | 2 | 141 | 0 | 24 | 452 | 136 | 51 |
| Binary | 11000111 | 110 | 11001100 | 10 | 1100001 | 0 | 10100 | 100101010 | 1011110 | 101001 |
Color Harmonies of #C706CC
Complementary color
Monochromatic Colors of #C706CC
Black with #C706CC
Text Example
Text Example
White with #C706CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706CC; }
p { color: rgb(199,6,204); }
H1.HeaderClassName
{
color: #C706CC;
}
.AnyTagClassName
{
color: #C706CC;
}
</style>
background-color css
<style>
a { background-color: #C706CC; }
a { background-color: rgb(199,6,204); }
div.DivClassName
{
background-color: #C706CC;
}
.BgClassName
{
background-color: #C706CC;
}
</style>
border-color css
<style>
span { border-color: #C706CC; }
span { border-color: rgb(199,6,204); }
td.TdClassName
{
border-color: #C706CC;
}
.TagClassName
{
border-color: #C706CC;
}
</style>