Shades of Deep Magenta #C716B5
Tints of Deep Magenta #C716B5
RGB
CMYK
RGB Variations
Color information
#C716B5 (or 0xC716B5) is known color: Deep Magenta. HEX triplet: C7, 16 and B5. RGB value is (199,22,181). Sum of RGB (Red+Green+Blue) = 199+22+181=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C716B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716B5 is #38E94A. Grayscale: #5C5C5C. Windows color (decimal): -3729739 or 11867847. OLE color: 11867847.
HSL color Cylindrical-coordinate representation of color #C716B5: hue angle of 306.1º 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 #C716B5 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 181 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.22 |
| HSL | 306.1º | 0.8% | 0.43% | - |
| HSV(B) | 306.1º | 0.89% | 0.78% | - |
| XYZ | 32.18 | 16.05 | 45.12 | - |
| YUV | 93.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 181 | 0 | 0.89 | 0.09 | 0.22 | 306.1 | 0.8 | 0.43 |
| Hex | C7 | 16 | B5 | 0 | 59 | 9 | 16 | 132 | 50 | 2B |
| Octal | 307 | 26 | 265 | 0 | 131 | 11 | 26 | 462 | 120 | 53 |
| Binary | 11000111 | 10110 | 10110101 | 0 | 1011001 | 1001 | 10110 | 100110010 | 1010000 | 101011 |
Color Harmonies of #C716B5
Complementary color
Monochromatic Colors of #C716B5
Black with #C716B5
Text Example
Text Example
White with #C716B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716B5; }
p { color: rgb(199,22,181); }
H1.HeaderClassName
{
color: #C716B5;
}
.AnyTagClassName
{
color: #C716B5;
}
</style>
background-color css
<style>
a { background-color: #C716B5; }
a { background-color: rgb(199,22,181); }
div.DivClassName
{
background-color: #C716B5;
}
.BgClassName
{
background-color: #C716B5;
}
</style>
border-color css
<style>
span { border-color: #C716B5; }
span { border-color: rgb(199,22,181); }
td.TdClassName
{
border-color: #C716B5;
}
.TagClassName
{
border-color: #C716B5;
}
</style>