Shades of Deep Magenta #C716B8
Tints of Deep Magenta #C716B8
RGB
CMYK
RGB Variations
Color information
#C716B8 (or 0xC716B8) is known color: Deep Magenta. HEX triplet: C7, 16 and B8. RGB value is (199,22,184). Sum of RGB (Red+Green+Blue) = 199+22+184=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C716B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C716B8 is #38E947. Grayscale: #5C5C5C. Windows color (decimal): -3729736 or 12064455. OLE color: 12064455.
HSL color Cylindrical-coordinate representation of color #C716B8: hue angle of 305.08º 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 #C716B8 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 184 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.22 |
| HSL | 305.08º | 0.8% | 0.43% | - |
| HSV(B) | 305.08º | 0.89% | 0.78% | - |
| XYZ | 32.49 | 16.18 | 46.76 | - |
| YUV | 93.39 | 179.14 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 184 | 0 | 0.89 | 0.08 | 0.22 | 305.08 | 0.8 | 0.43 |
| Hex | C7 | 16 | B8 | 0 | 59 | 8 | 16 | 131 | 50 | 2B |
| Octal | 307 | 26 | 270 | 0 | 131 | 10 | 26 | 461 | 120 | 53 |
| Binary | 11000111 | 10110 | 10111000 | 0 | 1011001 | 1000 | 10110 | 100110001 | 1010000 | 101011 |
Color Harmonies of #C716B8
Complementary color
Monochromatic Colors of #C716B8
Black with #C716B8
Text Example
Text Example
White with #C716B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716B8; }
p { color: rgb(199,22,184); }
H1.HeaderClassName
{
color: #C716B8;
}
.AnyTagClassName
{
color: #C716B8;
}
</style>
background-color css
<style>
a { background-color: #C716B8; }
a { background-color: rgb(199,22,184); }
div.DivClassName
{
background-color: #C716B8;
}
.BgClassName
{
background-color: #C716B8;
}
</style>
border-color css
<style>
span { border-color: #C716B8; }
span { border-color: rgb(199,22,184); }
td.TdClassName
{
border-color: #C716B8;
}
.TagClassName
{
border-color: #C716B8;
}
</style>