Shades of Deep Magenta #CF16D8
Tints of Deep Magenta #CF16D8
RGB
CMYK
RGB Variations
Color information
#CF16D8 (or 0xCF16D8) is known color: Deep Magenta. HEX triplet: CF, 16 and D8. RGB value is (207,22,216). Sum of RGB (Red+Green+Blue) = 207+22+216=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 22 (8.98% from 255 or 4.94% from 445); Blue value is 216 (84.77% from 255 or 48.54% from 445); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF16D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF16D8 is #30E927. Grayscale: #626262. Windows color (decimal): -3205416 or 14161615. OLE color: 14161615.
HSL color Cylindrical-coordinate representation of color #CF16D8: hue angle of 297.22º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF16D8 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 22 | 216 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.15 |
| HSL | 297.22º | 0.82% | 0.47% | - |
| HSV(B) | 297.22º | 0.9% | 0.85% | - |
| XYZ | 38.41 | 18.8 | 66.57 | - |
| YUV | 99.43 | 193.79 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 216 | 0.04 | 0.90 | 0 | 0.15 | 297.22 | 0.82 | 0.47 |
| Hex | CF | 16 | D8 | 4 | 5A | 0 | F | 129 | 52 | 2F |
| Octal | 317 | 26 | 330 | 4 | 132 | 0 | 17 | 451 | 122 | 57 |
| Binary | 11001111 | 10110 | 11011000 | 100 | 1011010 | 0 | 1111 | 100101001 | 1010010 | 101111 |
Color Harmonies of #CF16D8
Complementary color
Monochromatic Colors of #CF16D8
Black with #CF16D8
Text Example
Text Example
White with #CF16D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF16D8; }
p { color: rgb(207,22,216); }
H1.HeaderClassName
{
color: #CF16D8;
}
.AnyTagClassName
{
color: #CF16D8;
}
</style>
background-color css
<style>
a { background-color: #CF16D8; }
a { background-color: rgb(207,22,216); }
div.DivClassName
{
background-color: #CF16D8;
}
.BgClassName
{
background-color: #CF16D8;
}
</style>
border-color css
<style>
span { border-color: #CF16D8; }
span { border-color: rgb(207,22,216); }
td.TdClassName
{
border-color: #CF16D8;
}
.TagClassName
{
border-color: #CF16D8;
}
</style>