Shades of Deep Magenta #C706CE
Tints of Deep Magenta #C706CE
RGB
CMYK
RGB Variations
Color information
#C706CE (or 0xC706CE) is known color: Deep Magenta. HEX triplet: C7, 06 and CE. RGB value is (199,6,206). Sum of RGB (Red+Green+Blue) = 199+6+206=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #C706CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706CE is #38F931. Grayscale: #555555. Windows color (decimal): -3733810 or 13502151. OLE color: 13502151.
HSL color Cylindrical-coordinate representation of color #C706CE: hue angle of 297.9º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C706CE is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 6 | 206 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.19 |
| HSL | 297.9º | 0.94% | 0.42% | - |
| HSV(B) | 297.9º | 0.97% | 0.81% | - |
| XYZ | 34.76 | 16.73 | 59.79 | - |
| YUV | 86.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 206 | 0.03 | 0.97 | 0 | 0.19 | 297.9 | 0.94 | 0.42 |
| Hex | C7 | 6 | CE | 3 | 61 | 0 | 13 | 12A | 5E | 2A |
| Octal | 307 | 6 | 316 | 3 | 141 | 0 | 23 | 452 | 136 | 52 |
| Binary | 11000111 | 110 | 11001110 | 11 | 1100001 | 0 | 10011 | 100101010 | 1011110 | 101010 |
Color Harmonies of #C706CE
Complementary color
Monochromatic Colors of #C706CE
Black with #C706CE
Text Example
Text Example
White with #C706CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706CE; }
p { color: rgb(199,6,206); }
H1.HeaderClassName
{
color: #C706CE;
}
.AnyTagClassName
{
color: #C706CE;
}
</style>
background-color css
<style>
a { background-color: #C706CE; }
a { background-color: rgb(199,6,206); }
div.DivClassName
{
background-color: #C706CE;
}
.BgClassName
{
background-color: #C706CE;
}
</style>
border-color css
<style>
span { border-color: #C706CE; }
span { border-color: rgb(199,6,206); }
td.TdClassName
{
border-color: #C706CE;
}
.TagClassName
{
border-color: #C706CE;
}
</style>