Shades of Mulberry #CF59A3
Tints of Mulberry #CF59A3
RGB
CMYK
RGB Variations
Color information
#CF59A3 (or 0xCF59A3) is known color: Mulberry. HEX triplet: CF, 59 and A3. RGB value is (207,89,163). Sum of RGB (Red+Green+Blue) = 207+89+163=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59A3 is #30A65C. Grayscale: #848484. Windows color (decimal): -3188317 or 10705359. OLE color: 10705359.
HSL color Cylindrical-coordinate representation of color #CF59A3: hue angle of 322.37º 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 #CF59A3 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 163 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.19 |
| HSL | 322.37º | 0.55% | 0.58% | - |
| HSV(B) | 322.37º | 0.57% | 0.81% | - |
| XYZ | 35.92 | 23.05 | 37.21 | - |
| YUV | 132.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 163 | 0 | 0.57 | 0.21 | 0.19 | 322.37 | 0.55 | 0.58 |
| Hex | CF | 59 | A3 | 0 | 39 | 15 | 13 | 142 | 37 | 3A |
| Octal | 317 | 131 | 243 | 0 | 71 | 25 | 23 | 502 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10100011 | 0 | 111001 | 10101 | 10011 | 101000010 | 110111 | 111010 |
Color Harmonies of #CF59A3
Complementary color
Monochromatic Colors of #CF59A3
Black with #CF59A3
Text Example
Text Example
White with #CF59A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59A3; }
p { color: rgb(207,89,163); }
H1.HeaderClassName
{
color: #CF59A3;
}
.AnyTagClassName
{
color: #CF59A3;
}
</style>
background-color css
<style>
a { background-color: #CF59A3; }
a { background-color: rgb(207,89,163); }
div.DivClassName
{
background-color: #CF59A3;
}
.BgClassName
{
background-color: #CF59A3;
}
</style>
border-color css
<style>
span { border-color: #CF59A3; }
span { border-color: rgb(207,89,163); }
td.TdClassName
{
border-color: #CF59A3;
}
.TagClassName
{
border-color: #CF59A3;
}
</style>