Shades of Mulberry #CF5993
Tints of Mulberry #CF5993
RGB
CMYK
RGB Variations
Color information
#CF5993 (or 0xCF5993) is known color: Mulberry. HEX triplet: CF, 59 and 93. RGB value is (207,89,147). Sum of RGB (Red+Green+Blue) = 207+89+147=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5993 is #30A66C. Grayscale: #828282. Windows color (decimal): -3188333 or 9656783. OLE color: 9656783.
HSL color Cylindrical-coordinate representation of color #CF5993: hue angle of 330.51º 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 #CF5993 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 147 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.19 |
| HSL | 330.51º | 0.55% | 0.58% | - |
| HSV(B) | 330.51º | 0.57% | 0.81% | - |
| XYZ | 34.57 | 22.52 | 30.13 | - |
| YUV | 130.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 147 | 0 | 0.57 | 0.29 | 0.19 | 330.51 | 0.55 | 0.58 |
| Hex | CF | 59 | 93 | 0 | 39 | 1D | 13 | 14B | 37 | 3A |
| Octal | 317 | 131 | 223 | 0 | 71 | 35 | 23 | 513 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10010011 | 0 | 111001 | 11101 | 10011 | 101001011 | 110111 | 111010 |
Color Harmonies of #CF5993
Complementary color
Monochromatic Colors of #CF5993
Black with #CF5993
Text Example
Text Example
White with #CF5993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5993; }
p { color: rgb(207,89,147); }
H1.HeaderClassName
{
color: #CF5993;
}
.AnyTagClassName
{
color: #CF5993;
}
</style>
background-color css
<style>
a { background-color: #CF5993; }
a { background-color: rgb(207,89,147); }
div.DivClassName
{
background-color: #CF5993;
}
.BgClassName
{
background-color: #CF5993;
}
</style>
border-color css
<style>
span { border-color: #CF5993; }
span { border-color: rgb(207,89,147); }
td.TdClassName
{
border-color: #CF5993;
}
.TagClassName
{
border-color: #CF5993;
}
</style>