Shades of Mulberry #CF5587
Tints of Mulberry #CF5587
RGB
CMYK
RGB Variations
Color information
#CF5587 (or 0xCF5587) is known color: Mulberry. HEX triplet: CF, 55 and 87. RGB value is (207,85,135). Sum of RGB (Red+Green+Blue) = 207+85+135=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5587 is #30AA78. Grayscale: #7F7F7F. Windows color (decimal): -3189369 or 8869327. OLE color: 8869327.
HSL color Cylindrical-coordinate representation of color #CF5587: hue angle of 335.41º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5587 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 85 | 135 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.19 |
| HSL | 335.41º | 0.56% | 0.57% | - |
| HSV(B) | 335.41º | 0.59% | 0.81% | - |
| XYZ | 33.35 | 21.51 | 25.32 | - |
| YUV | 127.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 85 | 135 | 0 | 0.59 | 0.35 | 0.19 | 335.41 | 0.56 | 0.57 |
| Hex | CF | 55 | 87 | 0 | 3B | 23 | 13 | 14F | 38 | 39 |
| Octal | 317 | 125 | 207 | 0 | 73 | 43 | 23 | 517 | 70 | 71 |
| Binary | 11001111 | 1010101 | 10000111 | 0 | 111011 | 100011 | 10011 | 101001111 | 111000 | 111001 |
Color Harmonies of #CF5587
Complementary color
Monochromatic Colors of #CF5587
Black with #CF5587
Text Example
Text Example
White with #CF5587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5587; }
p { color: rgb(207,85,135); }
H1.HeaderClassName
{
color: #CF5587;
}
.AnyTagClassName
{
color: #CF5587;
}
</style>
background-color css
<style>
a { background-color: #CF5587; }
a { background-color: rgb(207,85,135); }
div.DivClassName
{
background-color: #CF5587;
}
.BgClassName
{
background-color: #CF5587;
}
</style>
border-color css
<style>
span { border-color: #CF5587; }
span { border-color: rgb(207,85,135); }
td.TdClassName
{
border-color: #CF5587;
}
.TagClassName
{
border-color: #CF5587;
}
</style>