Shades of Deep Magenta #CF0CAB
Tints of Deep Magenta #CF0CAB
RGB
CMYK
RGB Variations
Color information
#CF0CAB (or 0xCF0CAB) is known color: Deep Magenta. HEX triplet: CF, 0C and AB. RGB value is (207,12,171). Sum of RGB (Red+Green+Blue) = 207+12+171=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0CAB is #30F354. Grayscale: #575757. Windows color (decimal): -3208021 or 11209935. OLE color: 11209935.
HSL color Cylindrical-coordinate representation of color #CF0CAB: hue angle of 311.08º degrees, saturation: 0.89, 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 #CF0CAB is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 171 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.19 |
| HSL | 311.08º | 0.89% | 0.43% | - |
| HSV(B) | 311.08º | 0.94% | 0.81% | - |
| XYZ | 33.21 | 16.47 | 39.96 | - |
| YUV | 88.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 171 | 0 | 0.94 | 0.17 | 0.19 | 311.08 | 0.89 | 0.43 |
| Hex | CF | C | AB | 0 | 5E | 11 | 13 | 137 | 59 | 2B |
| Octal | 317 | 14 | 253 | 0 | 136 | 21 | 23 | 467 | 131 | 53 |
| Binary | 11001111 | 1100 | 10101011 | 0 | 1011110 | 10001 | 10011 | 100110111 | 1011001 | 101011 |
Color Harmonies of #CF0CAB
Complementary color
Monochromatic Colors of #CF0CAB
Black with #CF0CAB
Text Example
Text Example
White with #CF0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CAB; }
p { color: rgb(207,12,171); }
H1.HeaderClassName
{
color: #CF0CAB;
}
.AnyTagClassName
{
color: #CF0CAB;
}
</style>
background-color css
<style>
a { background-color: #CF0CAB; }
a { background-color: rgb(207,12,171); }
div.DivClassName
{
background-color: #CF0CAB;
}
.BgClassName
{
background-color: #CF0CAB;
}
</style>
border-color css
<style>
span { border-color: #CF0CAB; }
span { border-color: rgb(207,12,171); }
td.TdClassName
{
border-color: #CF0CAB;
}
.TagClassName
{
border-color: #CF0CAB;
}
</style>