Shades of Mulberry #CF59A7
Tints of Mulberry #CF59A7
RGB
CMYK
RGB Variations
Color information
#CF59A7 (or 0xCF59A7) is known color: Mulberry. HEX triplet: CF, 59 and A7. RGB value is (207,89,167). Sum of RGB (Red+Green+Blue) = 207+89+167=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF59A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF59A7 is #30A658. Grayscale: #848484. Windows color (decimal): -3188313 or 10967503. OLE color: 10967503.
HSL color Cylindrical-coordinate representation of color #CF59A7: hue angle of 320.34º 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 #CF59A7 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 167 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.19 |
| HSL | 320.34º | 0.55% | 0.58% | - |
| HSV(B) | 320.34º | 0.57% | 0.81% | - |
| XYZ | 36.28 | 23.2 | 39.13 | - |
| YUV | 133.17 | 147.09 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 167 | 0 | 0.57 | 0.19 | 0.19 | 320.34 | 0.55 | 0.58 |
| Hex | CF | 59 | A7 | 0 | 39 | 13 | 13 | 140 | 37 | 3A |
| Octal | 317 | 131 | 247 | 0 | 71 | 23 | 23 | 500 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10100111 | 0 | 111001 | 10011 | 10011 | 101000000 | 110111 | 111010 |
Color Harmonies of #CF59A7
Complementary color
Monochromatic Colors of #CF59A7
Black with #CF59A7
Text Example
Text Example
White with #CF59A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF59A7; }
p { color: rgb(207,89,167); }
H1.HeaderClassName
{
color: #CF59A7;
}
.AnyTagClassName
{
color: #CF59A7;
}
</style>
background-color css
<style>
a { background-color: #CF59A7; }
a { background-color: rgb(207,89,167); }
div.DivClassName
{
background-color: #CF59A7;
}
.BgClassName
{
background-color: #CF59A7;
}
</style>
border-color css
<style>
span { border-color: #CF59A7; }
span { border-color: rgb(207,89,167); }
td.TdClassName
{
border-color: #CF59A7;
}
.TagClassName
{
border-color: #CF59A7;
}
</style>