Shades of Deep Magenta #C716AF
Tints of Deep Magenta #C716AF
RGB
CMYK
RGB Variations
Color information
#C716AF (or 0xC716AF) is known color: Deep Magenta. HEX triplet: C7, 16 and AF. RGB value is (199,22,175). Sum of RGB (Red+Green+Blue) = 199+22+175=396 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.25% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 199 - color contains mainly: red. Hex color #C716AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C716AF is #38E950. Grayscale: #5B5B5B. Windows color (decimal): -3729745 or 11474631. OLE color: 11474631.
HSL color Cylindrical-coordinate representation of color #C716AF: hue angle of 308.14º 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 #C716AF is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.22 |
| HSL | 308.14º | 0.8% | 0.43% | - |
| HSV(B) | 308.14º | 0.89% | 0.78% | - |
| XYZ | 31.58 | 15.81 | 41.94 | - |
| YUV | 92.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 175 | 0 | 0.89 | 0.12 | 0.22 | 308.14 | 0.8 | 0.43 |
| Hex | C7 | 16 | AF | 0 | 59 | C | 16 | 134 | 50 | 2B |
| Octal | 307 | 26 | 257 | 0 | 131 | 14 | 26 | 464 | 120 | 53 |
| Binary | 11000111 | 10110 | 10101111 | 0 | 1011001 | 1100 | 10110 | 100110100 | 1010000 | 101011 |
Color Harmonies of #C716AF
Complementary color
Monochromatic Colors of #C716AF
Black with #C716AF
Text Example
Text Example
White with #C716AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C716AF; }
p { color: rgb(199,22,175); }
H1.HeaderClassName
{
color: #C716AF;
}
.AnyTagClassName
{
color: #C716AF;
}
</style>
background-color css
<style>
a { background-color: #C716AF; }
a { background-color: rgb(199,22,175); }
div.DivClassName
{
background-color: #C716AF;
}
.BgClassName
{
background-color: #C716AF;
}
</style>
border-color css
<style>
span { border-color: #C716AF; }
span { border-color: rgb(199,22,175); }
td.TdClassName
{
border-color: #C716AF;
}
.TagClassName
{
border-color: #C716AF;
}
</style>