Shades of Mulberry #CF589A
Tints of Mulberry #CF589A
RGB
CMYK
RGB Variations
Color information
#CF589A (or 0xCF589A) is known color: Mulberry. HEX triplet: CF, 58 and 9A. RGB value is (207,88,154). Sum of RGB (Red+Green+Blue) = 207+88+154=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 154 (60.55% from 255 or 34.30% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF589A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF589A is #30A765. Grayscale: #828282. Windows color (decimal): -3188582 or 10115279. OLE color: 10115279.
HSL color Cylindrical-coordinate representation of color #CF589A: hue angle of 326.72º 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 #CF589A is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 88 | 154 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.19 |
| HSL | 326.72º | 0.55% | 0.58% | - |
| HSV(B) | 326.72º | 0.57% | 0.81% | - |
| XYZ | 35.05 | 22.58 | 33.08 | - |
| YUV | 131.11 | 140.92 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 88 | 154 | 0 | 0.57 | 0.26 | 0.19 | 326.72 | 0.55 | 0.58 |
| Hex | CF | 58 | 9A | 0 | 39 | 1A | 13 | 147 | 37 | 3A |
| Octal | 317 | 130 | 232 | 0 | 71 | 32 | 23 | 507 | 67 | 72 |
| Binary | 11001111 | 1011000 | 10011010 | 0 | 111001 | 11010 | 10011 | 101000111 | 110111 | 111010 |
Color Harmonies of #CF589A
Complementary color
Monochromatic Colors of #CF589A
Black with #CF589A
Text Example
Text Example
White with #CF589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF589A; }
p { color: rgb(207,88,154); }
H1.HeaderClassName
{
color: #CF589A;
}
.AnyTagClassName
{
color: #CF589A;
}
</style>
background-color css
<style>
a { background-color: #CF589A; }
a { background-color: rgb(207,88,154); }
div.DivClassName
{
background-color: #CF589A;
}
.BgClassName
{
background-color: #CF589A;
}
</style>
border-color css
<style>
span { border-color: #CF589A; }
span { border-color: rgb(207,88,154); }
td.TdClassName
{
border-color: #CF589A;
}
.TagClassName
{
border-color: #CF589A;
}
</style>