Shades of Deep Magenta #CF16AF
Tints of Deep Magenta #CF16AF
RGB
CMYK
RGB Variations
Color information
#CF16AF (or 0xCF16AF) is known color: Deep Magenta. HEX triplet: CF, 16 and AF. RGB value is (207,22,175). Sum of RGB (Red+Green+Blue) = 207+22+175=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF16AF is #30E950. Grayscale: #5E5E5E. Windows color (decimal): -3205457 or 11474639. OLE color: 11474639.
HSL color Cylindrical-coordinate representation of color #CF16AF: hue angle of 310.38º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF16AF is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 175 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.19 |
| HSL | 310.38º | 0.81% | 0.45% | - |
| HSV(B) | 310.38º | 0.89% | 0.81% | - |
| XYZ | 33.76 | 16.93 | 42.05 | - |
| YUV | 94.76 | 173.29 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 175 | 0 | 0.89 | 0.15 | 0.19 | 310.38 | 0.81 | 0.45 |
| Hex | CF | 16 | AF | 0 | 59 | F | 13 | 136 | 51 | 2D |
| Octal | 317 | 26 | 257 | 0 | 131 | 17 | 23 | 466 | 121 | 55 |
| Binary | 11001111 | 10110 | 10101111 | 0 | 1011001 | 1111 | 10011 | 100110110 | 1010001 | 101101 |
Color Harmonies of #CF16AF
Complementary color
Monochromatic Colors of #CF16AF
Black with #CF16AF
Text Example
Text Example
White with #CF16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF16AF; }
p { color: rgb(207,22,175); }
H1.HeaderClassName
{
color: #CF16AF;
}
.AnyTagClassName
{
color: #CF16AF;
}
</style>
background-color css
<style>
a { background-color: #CF16AF; }
a { background-color: rgb(207,22,175); }
div.DivClassName
{
background-color: #CF16AF;
}
.BgClassName
{
background-color: #CF16AF;
}
</style>
border-color css
<style>
span { border-color: #CF16AF; }
span { border-color: rgb(207,22,175); }
td.TdClassName
{
border-color: #CF16AF;
}
.TagClassName
{
border-color: #CF16AF;
}
</style>