Shades of Deep Magenta #C716B9
Tints of Deep Magenta #C716B9
RGB
CMYK
RGB Variations
Color information
#C716B9 (or 0xC716B9) is known color: Deep Magenta. HEX triplet: C7, 16 and B9. RGB value is (199,22,185). Sum of RGB (Red+Green+Blue) = 199+22+185=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C716B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716B9 is #38E946. Grayscale: #5D5D5D. Windows color (decimal): -3729735 or 12129991. OLE color: 12129991.
HSL color Cylindrical-coordinate representation of color #C716B9: hue angle of 304.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C716B9 is Cyan = 0, Magento = 0.89, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 185 | - |
| CMYK | 0 | 0.89 | 0.07 | 0.22 |
| HSL | 304.75º | 0.8% | 0.43% | - |
| HSV(B) | 304.75º | 0.89% | 0.78% | - |
| XYZ | 32.6 | 16.22 | 47.31 | - |
| YUV | 93.51 | 179.64 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 185 | 0 | 0.89 | 0.07 | 0.22 | 304.75 | 0.8 | 0.43 |
| Hex | C7 | 16 | B9 | 0 | 59 | 7 | 16 | 131 | 50 | 2B |
| Octal | 307 | 26 | 271 | 0 | 131 | 7 | 26 | 461 | 120 | 53 |
| Binary | 11000111 | 10110 | 10111001 | 0 | 1011001 | 111 | 10110 | 100110001 | 1010000 | 101011 |
Color Harmonies of #C716B9
Complementary color
Monochromatic Colors of #C716B9
Black with #C716B9
Text Example
Text Example
White with #C716B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716B9; }
p { color: rgb(199,22,185); }
H1.HeaderClassName
{
color: #C716B9;
}
.AnyTagClassName
{
color: #C716B9;
}
</style>
background-color css
<style>
a { background-color: #C716B9; }
a { background-color: rgb(199,22,185); }
div.DivClassName
{
background-color: #C716B9;
}
.BgClassName
{
background-color: #C716B9;
}
</style>
border-color css
<style>
span { border-color: #C716B9; }
span { border-color: rgb(199,22,185); }
td.TdClassName
{
border-color: #C716B9;
}
.TagClassName
{
border-color: #C716B9;
}
</style>