Shades of Deep Magenta #CF0ACB
Tints of Deep Magenta #CF0ACB
RGB
CMYK
RGB Variations
Color information
#CF0ACB (or 0xCF0ACB) is known color: Deep Magenta. HEX triplet: CF, 0A and CB. RGB value is (207,10,203). Sum of RGB (Red+Green+Blue) = 207+10+203=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0ACB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0ACB is #30F534. Grayscale: #5A5A5A. Windows color (decimal): -3208501 or 13306575. OLE color: 13306575.
HSL color Cylindrical-coordinate representation of color #CF0ACB: hue angle of 301.22º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0ACB is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 10 | 203 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.19 |
| HSL | 301.22º | 0.91% | 0.43% | - |
| HSV(B) | 301.22º | 0.95% | 0.81% | - |
| XYZ | 36.62 | 17.79 | 58 | - |
| YUV | 90.91 | 191.27 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 10 | 203 | 0 | 0.95 | 0.02 | 0.19 | 301.22 | 0.91 | 0.43 |
| Hex | CF | A | CB | 0 | 5F | 2 | 13 | 12D | 5B | 2B |
| Octal | 317 | 12 | 313 | 0 | 137 | 2 | 23 | 455 | 133 | 53 |
| Binary | 11001111 | 1010 | 11001011 | 0 | 1011111 | 10 | 10011 | 100101101 | 1011011 | 101011 |
Color Harmonies of #CF0ACB
Complementary color
Monochromatic Colors of #CF0ACB
Black with #CF0ACB
Text Example
Text Example
White with #CF0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0ACB; }
p { color: rgb(207,10,203); }
H1.HeaderClassName
{
color: #CF0ACB;
}
.AnyTagClassName
{
color: #CF0ACB;
}
</style>
background-color css
<style>
a { background-color: #CF0ACB; }
a { background-color: rgb(207,10,203); }
div.DivClassName
{
background-color: #CF0ACB;
}
.BgClassName
{
background-color: #CF0ACB;
}
</style>
border-color css
<style>
span { border-color: #CF0ACB; }
span { border-color: rgb(207,10,203); }
td.TdClassName
{
border-color: #CF0ACB;
}
.TagClassName
{
border-color: #CF0ACB;
}
</style>