Shades of Mulberry #C0589B
Tints of Mulberry #C0589B
RGB
CMYK
RGB Variations
Color information
#C0589B (or 0xC0589B) is known color: Mulberry. HEX triplet: C0, 58 and 9B. RGB value is (192,88,155). Sum of RGB (Red+Green+Blue) = 192+88+155=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0589B is #3FA764. Grayscale: #7E7E7E. Windows color (decimal): -4171621 or 10180800. OLE color: 10180800.
HSL color Cylindrical-coordinate representation of color #C0589B: hue angle of 321.35º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0589B is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 155 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.25 |
| HSL | 321.35º | 0.45% | 0.55% | - |
| HSV(B) | 321.35º | 0.54% | 0.75% | - |
| XYZ | 31.14 | 20.55 | 33.34 | - |
| YUV | 126.73 | 143.96 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 155 | 0 | 0.54 | 0.19 | 0.25 | 321.35 | 0.45 | 0.55 |
| Hex | C0 | 58 | 9B | 0 | 36 | 13 | 19 | 141 | 2D | 37 |
| Octal | 300 | 130 | 233 | 0 | 66 | 23 | 31 | 501 | 55 | 67 |
| Binary | 11000000 | 1011000 | 10011011 | 0 | 110110 | 10011 | 11001 | 101000001 | 101101 | 110111 |
Color Harmonies of #C0589B
Complementary color
Monochromatic Colors of #C0589B
Black with #C0589B
Text Example
Text Example
White with #C0589B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0589B; }
p { color: rgb(192,88,155); }
H1.HeaderClassName
{
color: #C0589B;
}
.AnyTagClassName
{
color: #C0589B;
}
</style>
background-color css
<style>
a { background-color: #C0589B; }
a { background-color: rgb(192,88,155); }
div.DivClassName
{
background-color: #C0589B;
}
.BgClassName
{
background-color: #C0589B;
}
</style>
border-color css
<style>
span { border-color: #C0589B; }
span { border-color: rgb(192,88,155); }
td.TdClassName
{
border-color: #C0589B;
}
.TagClassName
{
border-color: #C0589B;
}
</style>