Shades of Mulberry #CF598E
Tints of Mulberry #CF598E
RGB
CMYK
RGB Variations
Color information
#CF598E (or 0xCF598E) is known color: Mulberry. HEX triplet: CF, 59 and 8E. RGB value is (207,89,142). Sum of RGB (Red+Green+Blue) = 207+89+142=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CF598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF598E is #30A671. Grayscale: #828282. Windows color (decimal): -3188338 or 9329103. OLE color: 9329103.
HSL color Cylindrical-coordinate representation of color #CF598E: hue angle of 333.05º 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 #CF598E is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 89 | 142 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.19 |
| HSL | 333.05º | 0.55% | 0.58% | - |
| HSV(B) | 333.05º | 0.57% | 0.81% | - |
| XYZ | 34.19 | 22.36 | 28.11 | - |
| YUV | 130.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 89 | 142 | 0 | 0.57 | 0.31 | 0.19 | 333.05 | 0.55 | 0.58 |
| Hex | CF | 59 | 8E | 0 | 39 | 1F | 13 | 14D | 37 | 3A |
| Octal | 317 | 131 | 216 | 0 | 71 | 37 | 23 | 515 | 67 | 72 |
| Binary | 11001111 | 1011001 | 10001110 | 0 | 111001 | 11111 | 10011 | 101001101 | 110111 | 111010 |
Color Harmonies of #CF598E
Complementary color
Monochromatic Colors of #CF598E
Black with #CF598E
Text Example
Text Example
White with #CF598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF598E; }
p { color: rgb(207,89,142); }
H1.HeaderClassName
{
color: #CF598E;
}
.AnyTagClassName
{
color: #CF598E;
}
</style>
background-color css
<style>
a { background-color: #CF598E; }
a { background-color: rgb(207,89,142); }
div.DivClassName
{
background-color: #CF598E;
}
.BgClassName
{
background-color: #CF598E;
}
</style>
border-color css
<style>
span { border-color: #CF598E; }
span { border-color: rgb(207,89,142); }
td.TdClassName
{
border-color: #CF598E;
}
.TagClassName
{
border-color: #CF598E;
}
</style>