Shades of Mulberry #CF59A1
Tints of Mulberry #CF59A1
RGB
CMYK
RGB Variations
Color information
#CF59A1 (or 0xCF59A1) is known color: Mulberry. HEX triplet: CF, 59 and A1. RGB value is (207,89,161). Sum of RGB (Red+Green+Blue) = 207+89+161=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59A1 is #30A65E. Grayscale: #848484. Windows color (decimal): -3188319 or 10574287. OLE color: 10574287.
HSL color Cylindrical-coordinate representation of color #CF59A1: hue angle of 323.39º 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 #CF59A1 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 161 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.19 |
| HSL | 323.39º | 0.55% | 0.58% | - |
| HSV(B) | 323.39º | 0.57% | 0.81% | - |
| XYZ | 35.74 | 22.98 | 36.27 | - |
| YUV | 132.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 161 | 0 | 0.57 | 0.22 | 0.19 | 323.39 | 0.55 | 0.58 |
| Hex | CF | 59 | A1 | 0 | 39 | 16 | 13 | 143 | 37 | 3A |
| Octal | 317 | 131 | 241 | 0 | 71 | 26 | 23 | 503 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10100001 | 0 | 111001 | 10110 | 10011 | 101000011 | 110111 | 111010 |
Color Harmonies of #CF59A1
Complementary color
Monochromatic Colors of #CF59A1
Black with #CF59A1
Text Example
Text Example
White with #CF59A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59A1; }
p { color: rgb(207,89,161); }
H1.HeaderClassName
{
color: #CF59A1;
}
.AnyTagClassName
{
color: #CF59A1;
}
</style>
background-color css
<style>
a { background-color: #CF59A1; }
a { background-color: rgb(207,89,161); }
div.DivClassName
{
background-color: #CF59A1;
}
.BgClassName
{
background-color: #CF59A1;
}
</style>
border-color css
<style>
span { border-color: #CF59A1; }
span { border-color: rgb(207,89,161); }
td.TdClassName
{
border-color: #CF59A1;
}
.TagClassName
{
border-color: #CF59A1;
}
</style>