Shades of Mulberry #CF598A
Tints of Mulberry #CF598A
RGB
CMYK
RGB Variations
Color information
#CF598A (or 0xCF598A) is known color: Mulberry. HEX triplet: CF, 59 and 8A. RGB value is (207,89,138). Sum of RGB (Red+Green+Blue) = 207+89+138=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF598A is #30A675. Grayscale: #818181. Windows color (decimal): -3188342 or 9066959. OLE color: 9066959.
HSL color Cylindrical-coordinate representation of color #CF598A: hue angle of 335.08º 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 #CF598A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 138 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.19 |
| HSL | 335.08º | 0.55% | 0.58% | - |
| HSV(B) | 335.08º | 0.57% | 0.81% | - |
| XYZ | 33.89 | 22.25 | 26.55 | - |
| YUV | 129.87 | 132.59 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 138 | 0 | 0.57 | 0.33 | 0.19 | 335.08 | 0.55 | 0.58 |
| Hex | CF | 59 | 8A | 0 | 39 | 21 | 13 | 14F | 37 | 3A |
| Octal | 317 | 131 | 212 | 0 | 71 | 41 | 23 | 517 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10001010 | 0 | 111001 | 100001 | 10011 | 101001111 | 110111 | 111010 |
Color Harmonies of #CF598A
Complementary color
Monochromatic Colors of #CF598A
Black with #CF598A
Text Example
Text Example
White with #CF598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF598A; }
p { color: rgb(207,89,138); }
H1.HeaderClassName
{
color: #CF598A;
}
.AnyTagClassName
{
color: #CF598A;
}
</style>
background-color css
<style>
a { background-color: #CF598A; }
a { background-color: rgb(207,89,138); }
div.DivClassName
{
background-color: #CF598A;
}
.BgClassName
{
background-color: #CF598A;
}
</style>
border-color css
<style>
span { border-color: #CF598A; }
span { border-color: rgb(207,89,138); }
td.TdClassName
{
border-color: #CF598A;
}
.TagClassName
{
border-color: #CF598A;
}
</style>