Shades of Deep Magenta #CF16DA
Tints of Deep Magenta #CF16DA
RGB
CMYK
RGB Variations
Color information
#CF16DA (or 0xCF16DA) is known color: Deep Magenta. HEX triplet: CF, 16 and DA. RGB value is (207,22,218). Sum of RGB (Red+Green+Blue) = 207+22+218=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 22 (8.98% from 255 or 4.92% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF16DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF16DA is #30E925. Grayscale: #636363. Windows color (decimal): -3205414 or 14292687. OLE color: 14292687.
HSL color Cylindrical-coordinate representation of color #CF16DA: hue angle of 296.63º 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 #CF16DA is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 22 | 218 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.15 |
| HSL | 296.63º | 0.82% | 0.47% | - |
| HSV(B) | 296.63º | 0.9% | 0.85% | - |
| XYZ | 38.67 | 18.9 | 67.94 | - |
| YUV | 99.66 | 194.79 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 22 | 218 | 0.05 | 0.90 | 0 | 0.15 | 296.63 | 0.82 | 0.47 |
| Hex | CF | 16 | DA | 5 | 5A | 0 | F | 129 | 52 | 2F |
| Octal | 317 | 26 | 332 | 5 | 132 | 0 | 17 | 451 | 122 | 57 |
| Binary | 11001111 | 10110 | 11011010 | 101 | 1011010 | 0 | 1111 | 100101001 | 1010010 | 101111 |
Color Harmonies of #CF16DA
Complementary color
Monochromatic Colors of #CF16DA
Black with #CF16DA
Text Example
Text Example
White with #CF16DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF16DA; }
p { color: rgb(207,22,218); }
H1.HeaderClassName
{
color: #CF16DA;
}
.AnyTagClassName
{
color: #CF16DA;
}
</style>
background-color css
<style>
a { background-color: #CF16DA; }
a { background-color: rgb(207,22,218); }
div.DivClassName
{
background-color: #CF16DA;
}
.BgClassName
{
background-color: #CF16DA;
}
</style>
border-color css
<style>
span { border-color: #CF16DA; }
span { border-color: rgb(207,22,218); }
td.TdClassName
{
border-color: #CF16DA;
}
.TagClassName
{
border-color: #CF16DA;
}
</style>