Shades of Mulberry #CF588B
Tints of Mulberry #CF588B
RGB
CMYK
RGB Variations
Color information
#CF588B (or 0xCF588B) is known color: Mulberry. HEX triplet: CF, 58 and 8B. RGB value is (207,88,139). Sum of RGB (Red+Green+Blue) = 207+88+139=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF588B is #30A774. Grayscale: #818181. Windows color (decimal): -3188597 or 9132239. OLE color: 9132239.
HSL color Cylindrical-coordinate representation of color #CF588B: hue angle of 334.29º 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 #CF588B is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 139 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.19 |
| HSL | 334.29º | 0.55% | 0.58% | - |
| HSV(B) | 334.29º | 0.57% | 0.81% | - |
| XYZ | 33.88 | 22.11 | 26.91 | - |
| YUV | 129.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 139 | 0 | 0.57 | 0.33 | 0.19 | 334.29 | 0.55 | 0.58 |
| Hex | CF | 58 | 8B | 0 | 39 | 21 | 13 | 14E | 37 | 3A |
| Octal | 317 | 130 | 213 | 0 | 71 | 41 | 23 | 516 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10001011 | 0 | 111001 | 100001 | 10011 | 101001110 | 110111 | 111010 |
Color Harmonies of #CF588B
Complementary color
Monochromatic Colors of #CF588B
Black with #CF588B
Text Example
Text Example
White with #CF588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF588B; }
p { color: rgb(207,88,139); }
H1.HeaderClassName
{
color: #CF588B;
}
.AnyTagClassName
{
color: #CF588B;
}
</style>
background-color css
<style>
a { background-color: #CF588B; }
a { background-color: rgb(207,88,139); }
div.DivClassName
{
background-color: #CF588B;
}
.BgClassName
{
background-color: #CF588B;
}
</style>
border-color css
<style>
span { border-color: #CF588B; }
span { border-color: rgb(207,88,139); }
td.TdClassName
{
border-color: #CF588B;
}
.TagClassName
{
border-color: #CF588B;
}
</style>