Shades of Deep Magenta #CF16DD
Tints of Deep Magenta #CF16DD
RGB
CMYK
RGB Variations
Color information
#CF16DD (or 0xCF16DD) is known color: Deep Magenta. HEX triplet: CF, 16 and DD. RGB value is (207,22,221). Sum of RGB (Red+Green+Blue) = 207+22+221=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 22 (8.98% from 255 or 4.89% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF16DD is #30E922. Grayscale: #636363. Windows color (decimal): -3205411 or 14489295. OLE color: 14489295.
HSL color Cylindrical-coordinate representation of color #CF16DD: hue angle of 295.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF16DD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 22 | 221 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.13 |
| HSL | 295.78º | 0.82% | 0.48% | - |
| HSV(B) | 295.78º | 0.9% | 0.87% | - |
| XYZ | 39.07 | 19.06 | 70.03 | - |
| YUV | 100 | 196.29 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 221 | 0.06 | 0.90 | 0 | 0.13 | 295.78 | 0.82 | 0.48 |
| Hex | CF | 16 | DD | 6 | 5A | 0 | D | 128 | 52 | 30 |
| Octal | 317 | 26 | 335 | 6 | 132 | 0 | 15 | 450 | 122 | 60 |
| Binary | 11001111 | 10110 | 11011101 | 110 | 1011010 | 0 | 1101 | 100101000 | 1010010 | 110000 |
Color Harmonies of #CF16DD
Complementary color
Monochromatic Colors of #CF16DD
Black with #CF16DD
Text Example
Text Example
White with #CF16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF16DD; }
p { color: rgb(207,22,221); }
H1.HeaderClassName
{
color: #CF16DD;
}
.AnyTagClassName
{
color: #CF16DD;
}
</style>
background-color css
<style>
a { background-color: #CF16DD; }
a { background-color: rgb(207,22,221); }
div.DivClassName
{
background-color: #CF16DD;
}
.BgClassName
{
background-color: #CF16DD;
}
</style>
border-color css
<style>
span { border-color: #CF16DD; }
span { border-color: rgb(207,22,221); }
td.TdClassName
{
border-color: #CF16DD;
}
.TagClassName
{
border-color: #CF16DD;
}
</style>