Shades of Mulberry #C9578E
Tints of Mulberry #C9578E
RGB
CMYK
RGB Variations
Color information
#C9578E (or 0xC9578E) is known color: Mulberry. HEX triplet: C9, 57 and 8E. RGB value is (201,87,142). Sum of RGB (Red+Green+Blue) = 201+87+142=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C9578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9578E is #36A871. Grayscale: #7F7F7F. Windows color (decimal): -3582066 or 9328585. OLE color: 9328585.
HSL color Cylindrical-coordinate representation of color #C9578E: hue angle of 331.05º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C9578E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 142 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.21 |
| HSL | 331.05º | 0.51% | 0.56% | - |
| HSV(B) | 331.05º | 0.57% | 0.79% | - |
| XYZ | 32.38 | 21.19 | 27.97 | - |
| YUV | 127.36 | 136.27 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 142 | 0 | 0.57 | 0.29 | 0.21 | 331.05 | 0.51 | 0.56 |
| Hex | C9 | 57 | 8E | 0 | 39 | 1D | 15 | 14B | 33 | 38 |
| Octal | 311 | 127 | 216 | 0 | 71 | 35 | 25 | 513 | 63 | 70 |
| Binary | 11001001 | 1010111 | 10001110 | 0 | 111001 | 11101 | 10101 | 101001011 | 110011 | 111000 |
Color Harmonies of #C9578E
Complementary color
Monochromatic Colors of #C9578E
Black with #C9578E
Text Example
Text Example
White with #C9578E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9578E; }
p { color: rgb(201,87,142); }
H1.HeaderClassName
{
color: #C9578E;
}
.AnyTagClassName
{
color: #C9578E;
}
</style>
background-color css
<style>
a { background-color: #C9578E; }
a { background-color: rgb(201,87,142); }
div.DivClassName
{
background-color: #C9578E;
}
.BgClassName
{
background-color: #C9578E;
}
</style>
border-color css
<style>
span { border-color: #C9578E; }
span { border-color: rgb(201,87,142); }
td.TdClassName
{
border-color: #C9578E;
}
.TagClassName
{
border-color: #C9578E;
}
</style>