Shades of Mulberry #CF59A0
Tints of Mulberry #CF59A0
RGB
CMYK
RGB Variations
Color information
#CF59A0 (or 0xCF59A0) is known color: Mulberry. HEX triplet: CF, 59 and A0. RGB value is (207,89,160). Sum of RGB (Red+Green+Blue) = 207+89+160=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59A0 is #30A65F. Grayscale: #848484. Windows color (decimal): -3188320 or 10508751. OLE color: 10508751.
HSL color Cylindrical-coordinate representation of color #CF59A0: hue angle of 323.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF59A0 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 160 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.19 |
| HSL | 323.9º | 0.55% | 0.58% | - |
| HSV(B) | 323.9º | 0.57% | 0.81% | - |
| XYZ | 35.65 | 22.95 | 35.81 | - |
| YUV | 132.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 160 | 0 | 0.57 | 0.23 | 0.19 | 323.9 | 0.55 | 0.58 |
| Hex | CF | 59 | A0 | 0 | 39 | 17 | 13 | 144 | 37 | 3A |
| Octal | 317 | 131 | 240 | 0 | 71 | 27 | 23 | 504 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10100000 | 0 | 111001 | 10111 | 10011 | 101000100 | 110111 | 111010 |
Color Harmonies of #CF59A0
Complementary color
Monochromatic Colors of #CF59A0
Black with #CF59A0
Text Example
Text Example
White with #CF59A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59A0; }
p { color: rgb(207,89,160); }
H1.HeaderClassName
{
color: #CF59A0;
}
.AnyTagClassName
{
color: #CF59A0;
}
</style>
background-color css
<style>
a { background-color: #CF59A0; }
a { background-color: rgb(207,89,160); }
div.DivClassName
{
background-color: #CF59A0;
}
.BgClassName
{
background-color: #CF59A0;
}
</style>
border-color css
<style>
span { border-color: #CF59A0; }
span { border-color: rgb(207,89,160); }
td.TdClassName
{
border-color: #CF59A0;
}
.TagClassName
{
border-color: #CF59A0;
}
</style>