Shades of Deep Magenta #C716B6
Tints of Deep Magenta #C716B6
RGB
CMYK
RGB Variations
Color information
#C716B6 (or 0xC716B6) is known color: Deep Magenta. HEX triplet: C7, 16 and B6. RGB value is (199,22,182). Sum of RGB (Red+Green+Blue) = 199+22+182=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 22 (8.98% from 255 or 5.46% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C716B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716B6 is #38E949. Grayscale: #5C5C5C. Windows color (decimal): -3729738 or 11933383. OLE color: 11933383.
HSL color Cylindrical-coordinate representation of color #C716B6: hue angle of 305.76º 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 #C716B6 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 182 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.22 |
| HSL | 305.76º | 0.8% | 0.43% | - |
| HSV(B) | 305.76º | 0.89% | 0.78% | - |
| XYZ | 32.28 | 16.09 | 45.66 | - |
| YUV | 93.16 | 178.14 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 182 | 0 | 0.89 | 0.09 | 0.22 | 305.76 | 0.8 | 0.43 |
| Hex | C7 | 16 | B6 | 0 | 59 | 9 | 16 | 132 | 50 | 2B |
| Octal | 307 | 26 | 266 | 0 | 131 | 11 | 26 | 462 | 120 | 53 |
| Binary | 11000111 | 10110 | 10110110 | 0 | 1011001 | 1001 | 10110 | 100110010 | 1010000 | 101011 |
Color Harmonies of #C716B6
Complementary color
Monochromatic Colors of #C716B6
Black with #C716B6
Text Example
Text Example
White with #C716B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716B6; }
p { color: rgb(199,22,182); }
H1.HeaderClassName
{
color: #C716B6;
}
.AnyTagClassName
{
color: #C716B6;
}
</style>
background-color css
<style>
a { background-color: #C716B6; }
a { background-color: rgb(199,22,182); }
div.DivClassName
{
background-color: #C716B6;
}
.BgClassName
{
background-color: #C716B6;
}
</style>
border-color css
<style>
span { border-color: #C716B6; }
span { border-color: rgb(199,22,182); }
td.TdClassName
{
border-color: #C716B6;
}
.TagClassName
{
border-color: #C716B6;
}
</style>