Shades of Mulberry #C94B87
Tints of Mulberry #C94B87
RGB
CMYK
RGB Variations
Color information
#C94B87 (or 0xC94B87) is known color: Mulberry. HEX triplet: C9, 4B and 87. RGB value is (201,75,135). Sum of RGB (Red+Green+Blue) = 201+75+135=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B87 is #36B478. Grayscale: #777777. Windows color (decimal): -3585145 or 8866761. OLE color: 8866761.
HSL color Cylindrical-coordinate representation of color #C94B87: hue angle of 331.43º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B87 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 135 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.21 |
| HSL | 331.43º | 0.54% | 0.54% | - |
| HSV(B) | 331.43º | 0.63% | 0.79% | - |
| XYZ | 30.98 | 19.2 | 24.99 | - |
| YUV | 119.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 135 | 0 | 0.63 | 0.33 | 0.21 | 331.43 | 0.54 | 0.54 |
| Hex | C9 | 4B | 87 | 0 | 3F | 21 | 15 | 14B | 36 | 36 |
| Octal | 311 | 113 | 207 | 0 | 77 | 41 | 25 | 513 | 66 | 66 |
| Binary | 11001001 | 1001011 | 10000111 | 0 | 111111 | 100001 | 10101 | 101001011 | 110110 | 110110 |
Color Harmonies of #C94B87
Complementary color
Monochromatic Colors of #C94B87
Black with #C94B87
Text Example
Text Example
White with #C94B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B87; }
p { color: rgb(201,75,135); }
H1.HeaderClassName
{
color: #C94B87;
}
.AnyTagClassName
{
color: #C94B87;
}
</style>
background-color css
<style>
a { background-color: #C94B87; }
a { background-color: rgb(201,75,135); }
div.DivClassName
{
background-color: #C94B87;
}
.BgClassName
{
background-color: #C94B87;
}
</style>
border-color css
<style>
span { border-color: #C94B87; }
span { border-color: rgb(201,75,135); }
td.TdClassName
{
border-color: #C94B87;
}
.TagClassName
{
border-color: #C94B87;
}
</style>