Shades of Mulberry #C94589
Tints of Mulberry #C94589
RGB
CMYK
RGB Variations
Color information
#C94589 (or 0xC94589) is known color: Mulberry. HEX triplet: C9, 45 and 89. RGB value is (201,69,137). Sum of RGB (Red+Green+Blue) = 201+69+137=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 137 (53.91% from 255 or 33.66% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C94589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94589 is #36BA76. Grayscale: #747474. Windows color (decimal): -3586679 or 8996297. OLE color: 8996297.
HSL color Cylindrical-coordinate representation of color #C94589: hue angle of 329.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94589 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 137 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.21 |
| HSL | 329.09º | 0.55% | 0.53% | - |
| HSV(B) | 329.09º | 0.66% | 0.79% | - |
| XYZ | 30.73 | 18.48 | 25.61 | - |
| YUV | 116.22 | 139.73 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 137 | 0 | 0.66 | 0.32 | 0.21 | 329.09 | 0.55 | 0.53 |
| Hex | C9 | 45 | 89 | 0 | 42 | 20 | 15 | 149 | 37 | 35 |
| Octal | 311 | 105 | 211 | 0 | 102 | 40 | 25 | 511 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10001001 | 0 | 1000010 | 100000 | 10101 | 101001001 | 110111 | 110101 |
Color Harmonies of #C94589
Complementary color
Monochromatic Colors of #C94589
Black with #C94589
Text Example
Text Example
White with #C94589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94589; }
p { color: rgb(201,69,137); }
H1.HeaderClassName
{
color: #C94589;
}
.AnyTagClassName
{
color: #C94589;
}
</style>
background-color css
<style>
a { background-color: #C94589; }
a { background-color: rgb(201,69,137); }
div.DivClassName
{
background-color: #C94589;
}
.BgClassName
{
background-color: #C94589;
}
</style>
border-color css
<style>
span { border-color: #C94589; }
span { border-color: rgb(201,69,137); }
td.TdClassName
{
border-color: #C94589;
}
.TagClassName
{
border-color: #C94589;
}
</style>