Shades of Deep Magenta #CF0FAB
Tints of Deep Magenta #CF0FAB
RGB
CMYK
RGB Variations
Color information
#CF0FAB (or 0xCF0FAB) is known color: Deep Magenta. HEX triplet: CF, 0F and AB. RGB value is (207,15,171). Sum of RGB (Red+Green+Blue) = 207+15+171=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FAB is #30F054. Grayscale: #595959. Windows color (decimal): -3207253 or 11210703. OLE color: 11210703.
HSL color Cylindrical-coordinate representation of color #CF0FAB: hue angle of 311.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FAB is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 171 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.19 |
| HSL | 311.25º | 0.86% | 0.44% | - |
| HSV(B) | 311.25º | 0.93% | 0.81% | - |
| XYZ | 33.25 | 16.55 | 39.97 | - |
| YUV | 90.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 171 | 0 | 0.93 | 0.17 | 0.19 | 311.25 | 0.86 | 0.44 |
| Hex | CF | F | AB | 0 | 5D | 11 | 13 | 137 | 56 | 2C |
| Octal | 317 | 17 | 253 | 0 | 135 | 21 | 23 | 467 | 126 | 54 |
| Binary | 11001111 | 1111 | 10101011 | 0 | 1011101 | 10001 | 10011 | 100110111 | 1010110 | 101100 |
Color Harmonies of #CF0FAB
Complementary color
Monochromatic Colors of #CF0FAB
Black with #CF0FAB
Text Example
Text Example
White with #CF0FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FAB; }
p { color: rgb(207,15,171); }
H1.HeaderClassName
{
color: #CF0FAB;
}
.AnyTagClassName
{
color: #CF0FAB;
}
</style>
background-color css
<style>
a { background-color: #CF0FAB; }
a { background-color: rgb(207,15,171); }
div.DivClassName
{
background-color: #CF0FAB;
}
.BgClassName
{
background-color: #CF0FAB;
}
</style>
border-color css
<style>
span { border-color: #CF0FAB; }
span { border-color: rgb(207,15,171); }
td.TdClassName
{
border-color: #CF0FAB;
}
.TagClassName
{
border-color: #CF0FAB;
}
</style>