Shades of Deep Magenta #CF0DAB
Tints of Deep Magenta #CF0DAB
RGB
CMYK
RGB Variations
Color information
#CF0DAB (or 0xCF0DAB) is known color: Deep Magenta. HEX triplet: CF, 0D and AB. RGB value is (207,13,171). Sum of RGB (Red+Green+Blue) = 207+13+171=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0DAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0DAB is #30F254. Grayscale: #585858. Windows color (decimal): -3207765 or 11210191. OLE color: 11210191.
HSL color Cylindrical-coordinate representation of color #CF0DAB: hue angle of 311.13º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0DAB is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 13 | 171 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.19 |
| HSL | 311.13º | 0.88% | 0.43% | - |
| HSV(B) | 311.13º | 0.94% | 0.81% | - |
| XYZ | 33.23 | 16.49 | 39.96 | - |
| YUV | 89.02 | 174.27 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 13 | 171 | 0 | 0.94 | 0.17 | 0.19 | 311.13 | 0.88 | 0.43 |
| Hex | CF | D | AB | 0 | 5E | 11 | 13 | 137 | 58 | 2B |
| Octal | 317 | 15 | 253 | 0 | 136 | 21 | 23 | 467 | 130 | 53 |
| Binary | 11001111 | 1101 | 10101011 | 0 | 1011110 | 10001 | 10011 | 100110111 | 1011000 | 101011 |
Color Harmonies of #CF0DAB
Complementary color
Monochromatic Colors of #CF0DAB
Black with #CF0DAB
Text Example
Text Example
White with #CF0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0DAB; }
p { color: rgb(207,13,171); }
H1.HeaderClassName
{
color: #CF0DAB;
}
.AnyTagClassName
{
color: #CF0DAB;
}
</style>
background-color css
<style>
a { background-color: #CF0DAB; }
a { background-color: rgb(207,13,171); }
div.DivClassName
{
background-color: #CF0DAB;
}
.BgClassName
{
background-color: #CF0DAB;
}
</style>
border-color css
<style>
span { border-color: #CF0DAB; }
span { border-color: rgb(207,13,171); }
td.TdClassName
{
border-color: #CF0DAB;
}
.TagClassName
{
border-color: #CF0DAB;
}
</style>