Shades of Mulberry #C0599C
Tints of Mulberry #C0599C
RGB
CMYK
RGB Variations
Color information
#C0599C (or 0xC0599C) is known color: Mulberry. HEX triplet: C0, 59 and 9C. RGB value is (192,89,156). Sum of RGB (Red+Green+Blue) = 192+89+156=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0599C is #3FA663. Grayscale: #7F7F7F. Windows color (decimal): -4171364 or 10246592. OLE color: 10246592.
HSL color Cylindrical-coordinate representation of color #C0599C: hue angle of 320.97º 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 #C0599C is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 89 | 156 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.25 |
| HSL | 320.97º | 0.45% | 0.55% | - |
| HSV(B) | 320.97º | 0.54% | 0.75% | - |
| XYZ | 31.31 | 20.75 | 33.81 | - |
| YUV | 127.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 89 | 156 | 0 | 0.54 | 0.19 | 0.25 | 320.97 | 0.45 | 0.55 |
| Hex | C0 | 59 | 9C | 0 | 36 | 13 | 19 | 141 | 2D | 37 |
| Octal | 300 | 131 | 234 | 0 | 66 | 23 | 31 | 501 | 55 | 67 |
| Binary | 11000000 | 1011001 | 10011100 | 0 | 110110 | 10011 | 11001 | 101000001 | 101101 | 110111 |
Color Harmonies of #C0599C
Complementary color
Monochromatic Colors of #C0599C
Black with #C0599C
Text Example
Text Example
White with #C0599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0599C; }
p { color: rgb(192,89,156); }
H1.HeaderClassName
{
color: #C0599C;
}
.AnyTagClassName
{
color: #C0599C;
}
</style>
background-color css
<style>
a { background-color: #C0599C; }
a { background-color: rgb(192,89,156); }
div.DivClassName
{
background-color: #C0599C;
}
.BgClassName
{
background-color: #C0599C;
}
</style>
border-color css
<style>
span { border-color: #C0599C; }
span { border-color: rgb(192,89,156); }
td.TdClassName
{
border-color: #C0599C;
}
.TagClassName
{
border-color: #C0599C;
}
</style>