Shades of Mulberry #C93B89
Tints of Mulberry #C93B89
RGB
CMYK
RGB Variations
Color information
#C93B89 (or 0xC93B89) is known color: Mulberry. HEX triplet: C9, 3B and 89. RGB value is (201,59,137). Sum of RGB (Red+Green+Blue) = 201+59+137=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93B89 is #36C476. Grayscale: #6E6E6E. Windows color (decimal): -3589239 or 8993737. OLE color: 8993737.
HSL color Cylindrical-coordinate representation of color #C93B89: hue angle of 327.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93B89 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 137 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.21 |
| HSL | 327.04º | 0.57% | 0.51% | - |
| HSV(B) | 327.04º | 0.71% | 0.79% | - |
| XYZ | 30.17 | 17.35 | 25.43 | - |
| YUV | 110.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 137 | 0 | 0.71 | 0.32 | 0.21 | 327.04 | 0.57 | 0.51 |
| Hex | C9 | 3B | 89 | 0 | 47 | 20 | 15 | 147 | 39 | 33 |
| Octal | 311 | 73 | 211 | 0 | 107 | 40 | 25 | 507 | 71 | 63 |
| Binary | 11001001 | 111011 | 10001001 | 0 | 1000111 | 100000 | 10101 | 101000111 | 111001 | 110011 |
Color Harmonies of #C93B89
Complementary color
Monochromatic Colors of #C93B89
Black with #C93B89
Text Example
Text Example
White with #C93B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B89; }
p { color: rgb(201,59,137); }
H1.HeaderClassName
{
color: #C93B89;
}
.AnyTagClassName
{
color: #C93B89;
}
</style>
background-color css
<style>
a { background-color: #C93B89; }
a { background-color: rgb(201,59,137); }
div.DivClassName
{
background-color: #C93B89;
}
.BgClassName
{
background-color: #C93B89;
}
</style>
border-color css
<style>
span { border-color: #C93B89; }
span { border-color: rgb(201,59,137); }
td.TdClassName
{
border-color: #C93B89;
}
.TagClassName
{
border-color: #C93B89;
}
</style>