Shades of Mulberry #CF5991
Tints of Mulberry #CF5991
RGB
CMYK
RGB Variations
Color information
#CF5991 (or 0xCF5991) is known color: Mulberry. HEX triplet: CF, 59 and 91. RGB value is (207,89,145). Sum of RGB (Red+Green+Blue) = 207+89+145=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5991 is #30A66E. Grayscale: #828282. Windows color (decimal): -3188335 or 9525711. OLE color: 9525711.
HSL color Cylindrical-coordinate representation of color #CF5991: hue angle of 331.53º 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 #CF5991 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 145 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.19 |
| HSL | 331.53º | 0.55% | 0.58% | - |
| HSV(B) | 331.53º | 0.57% | 0.81% | - |
| XYZ | 34.42 | 22.45 | 29.31 | - |
| YUV | 130.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 145 | 0 | 0.57 | 0.30 | 0.19 | 331.53 | 0.55 | 0.58 |
| Hex | CF | 59 | 91 | 0 | 39 | 1E | 13 | 14C | 37 | 3A |
| Octal | 317 | 131 | 221 | 0 | 71 | 36 | 23 | 514 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10010001 | 0 | 111001 | 11110 | 10011 | 101001100 | 110111 | 111010 |
Color Harmonies of #CF5991
Complementary color
Monochromatic Colors of #CF5991
Black with #CF5991
Text Example
Text Example
White with #CF5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5991; }
p { color: rgb(207,89,145); }
H1.HeaderClassName
{
color: #CF5991;
}
.AnyTagClassName
{
color: #CF5991;
}
</style>
background-color css
<style>
a { background-color: #CF5991; }
a { background-color: rgb(207,89,145); }
div.DivClassName
{
background-color: #CF5991;
}
.BgClassName
{
background-color: #CF5991;
}
</style>
border-color css
<style>
span { border-color: #CF5991; }
span { border-color: rgb(207,89,145); }
td.TdClassName
{
border-color: #CF5991;
}
.TagClassName
{
border-color: #CF5991;
}
</style>