Shades of Deep Magenta #C616AF
Tints of Deep Magenta #C616AF
RGB
CMYK
RGB Variations
Color information
#C616AF (or 0xC616AF) is known color: Deep Magenta. HEX triplet: C6, 16 and AF. RGB value is (198,22,175). Sum of RGB (Red+Green+Blue) = 198+22+175=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C616AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C616AF is #39E950. Grayscale: #5B5B5B. Windows color (decimal): -3795281 or 11474630. OLE color: 11474630.
HSL color Cylindrical-coordinate representation of color #C616AF: hue angle of 307.84º 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 #C616AF is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.22 |
| HSL | 307.84º | 0.8% | 0.43% | - |
| HSV(B) | 307.84º | 0.89% | 0.78% | - |
| XYZ | 31.31 | 15.67 | 41.93 | - |
| YUV | 92.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 175 | 0 | 0.89 | 0.12 | 0.22 | 307.84 | 0.8 | 0.43 |
| Hex | C6 | 16 | AF | 0 | 59 | C | 16 | 134 | 50 | 2B |
| Octal | 306 | 26 | 257 | 0 | 131 | 14 | 26 | 464 | 120 | 53 |
| Binary | 11000110 | 10110 | 10101111 | 0 | 1011001 | 1100 | 10110 | 100110100 | 1010000 | 101011 |
Color Harmonies of #C616AF
Complementary color
Monochromatic Colors of #C616AF
Black with #C616AF
Text Example
Text Example
White with #C616AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C616AF; }
p { color: rgb(198,22,175); }
H1.HeaderClassName
{
color: #C616AF;
}
.AnyTagClassName
{
color: #C616AF;
}
</style>
background-color css
<style>
a { background-color: #C616AF; }
a { background-color: rgb(198,22,175); }
div.DivClassName
{
background-color: #C616AF;
}
.BgClassName
{
background-color: #C616AF;
}
</style>
border-color css
<style>
span { border-color: #C616AF; }
span { border-color: rgb(198,22,175); }
td.TdClassName
{
border-color: #C616AF;
}
.TagClassName
{
border-color: #C616AF;
}
</style>