Shades of Deep Magenta #CF16CD
Tints of Deep Magenta #CF16CD
RGB
CMYK
RGB Variations
Color information
#CF16CD (or 0xCF16CD) is known color: Deep Magenta. HEX triplet: CF, 16 and CD. RGB value is (207,22,205). Sum of RGB (Red+Green+Blue) = 207+22+205=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF16CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF16CD is #30E932. Grayscale: #616161. Windows color (decimal): -3205427 or 13440719. OLE color: 13440719.
HSL color Cylindrical-coordinate representation of color #CF16CD: hue angle of 300.65º 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 #CF16CD is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 22 | 205 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.19 |
| HSL | 300.65º | 0.81% | 0.45% | - |
| HSV(B) | 300.65º | 0.89% | 0.81% | - |
| XYZ | 37.04 | 18.25 | 59.33 | - |
| YUV | 98.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 205 | 0 | 0.89 | 0.01 | 0.19 | 300.65 | 0.81 | 0.45 |
| Hex | CF | 16 | CD | 0 | 59 | 1 | 13 | 12D | 51 | 2D |
| Octal | 317 | 26 | 315 | 0 | 131 | 1 | 23 | 455 | 121 | 55 |
| Binary | 11001111 | 10110 | 11001101 | 0 | 1011001 | 1 | 10011 | 100101101 | 1010001 | 101101 |
Color Harmonies of #CF16CD
Complementary color
Monochromatic Colors of #CF16CD
Black with #CF16CD
Text Example
Text Example
White with #CF16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF16CD; }
p { color: rgb(207,22,205); }
H1.HeaderClassName
{
color: #CF16CD;
}
.AnyTagClassName
{
color: #CF16CD;
}
</style>
background-color css
<style>
a { background-color: #CF16CD; }
a { background-color: rgb(207,22,205); }
div.DivClassName
{
background-color: #CF16CD;
}
.BgClassName
{
background-color: #CF16CD;
}
</style>
border-color css
<style>
span { border-color: #CF16CD; }
span { border-color: rgb(207,22,205); }
td.TdClassName
{
border-color: #CF16CD;
}
.TagClassName
{
border-color: #CF16CD;
}
</style>