Shades of Deep Magenta #C706CF
Tints of Deep Magenta #C706CF
RGB
CMYK
RGB Variations
Color information
#C706CF (or 0xC706CF) is known color: Deep Magenta. HEX triplet: C7, 06 and CF. RGB value is (199,6,207). Sum of RGB (Red+Green+Blue) = 199+6+207=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #C706CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C706CF is #38F930. Grayscale: #565656. Windows color (decimal): -3733809 or 13567687. OLE color: 13567687.
HSL color Cylindrical-coordinate representation of color #C706CF: hue angle of 297.61º 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 #C706CF is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 6 | 207 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.19 |
| HSL | 297.61º | 0.94% | 0.42% | - |
| HSV(B) | 297.61º | 0.97% | 0.81% | - |
| XYZ | 34.88 | 16.78 | 60.43 | - |
| YUV | 86.62 | 195.94 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 207 | 0.04 | 0.97 | 0 | 0.19 | 297.61 | 0.94 | 0.42 |
| Hex | C7 | 6 | CF | 4 | 61 | 0 | 13 | 12A | 5E | 2A |
| Octal | 307 | 6 | 317 | 4 | 141 | 0 | 23 | 452 | 136 | 52 |
| Binary | 11000111 | 110 | 11001111 | 100 | 1100001 | 0 | 10011 | 100101010 | 1011110 | 101010 |
Color Harmonies of #C706CF
Complementary color
Monochromatic Colors of #C706CF
Black with #C706CF
Text Example
Text Example
White with #C706CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C706CF; }
p { color: rgb(199,6,207); }
H1.HeaderClassName
{
color: #C706CF;
}
.AnyTagClassName
{
color: #C706CF;
}
</style>
background-color css
<style>
a { background-color: #C706CF; }
a { background-color: rgb(199,6,207); }
div.DivClassName
{
background-color: #C706CF;
}
.BgClassName
{
background-color: #C706CF;
}
</style>
border-color css
<style>
span { border-color: #C706CF; }
span { border-color: rgb(199,6,207); }
td.TdClassName
{
border-color: #C706CF;
}
.TagClassName
{
border-color: #C706CF;
}
</style>