Shades of Mulberry #C9558E
Tints of Mulberry #C9558E
RGB
CMYK
RGB Variations
Color information
#C9558E (or 0xC9558E) is known color: Mulberry. HEX triplet: C9, 55 and 8E. RGB value is (201,85,142). Sum of RGB (Red+Green+Blue) = 201+85+142=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9558E is #36AA71. Grayscale: #7E7E7E. Windows color (decimal): -3582578 or 9328073. OLE color: 9328073.
HSL color Cylindrical-coordinate representation of color #C9558E: hue angle of 330.52º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9558E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 142 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.21 |
| HSL | 330.52º | 0.52% | 0.56% | - |
| HSV(B) | 330.52º | 0.58% | 0.79% | - |
| XYZ | 32.22 | 20.87 | 27.92 | - |
| YUV | 126.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 142 | 0 | 0.58 | 0.29 | 0.21 | 330.52 | 0.52 | 0.56 |
| Hex | C9 | 55 | 8E | 0 | 3A | 1D | 15 | 14B | 34 | 38 |
| Octal | 311 | 125 | 216 | 0 | 72 | 35 | 25 | 513 | 64 | 70 |
| Binary | 11001001 | 1010101 | 10001110 | 0 | 111010 | 11101 | 10101 | 101001011 | 110100 | 111000 |
Color Harmonies of #C9558E
Complementary color
Monochromatic Colors of #C9558E
Black with #C9558E
Text Example
Text Example
White with #C9558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9558E; }
p { color: rgb(201,85,142); }
H1.HeaderClassName
{
color: #C9558E;
}
.AnyTagClassName
{
color: #C9558E;
}
</style>
background-color css
<style>
a { background-color: #C9558E; }
a { background-color: rgb(201,85,142); }
div.DivClassName
{
background-color: #C9558E;
}
.BgClassName
{
background-color: #C9558E;
}
</style>
border-color css
<style>
span { border-color: #C9558E; }
span { border-color: rgb(201,85,142); }
td.TdClassName
{
border-color: #C9558E;
}
.TagClassName
{
border-color: #C9558E;
}
</style>