Shades of Mulberry #C1559F
Tints of Mulberry #C1559F
RGB
CMYK
RGB Variations
Color information
#C1559F (or 0xC1559F) is known color: Mulberry. HEX triplet: C1, 55 and 9F. RGB value is (193,85,159). Sum of RGB (Red+Green+Blue) = 193+85+159=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1559F is #3EAA60. Grayscale: #7D7D7D. Windows color (decimal): -4106849 or 10442177. OLE color: 10442177.
HSL color Cylindrical-coordinate representation of color #C1559F: hue angle of 318.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1559F is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 159 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.24 |
| HSL | 318.89º | 0.47% | 0.55% | - |
| HSV(B) | 318.89º | 0.56% | 0.76% | - |
| XYZ | 31.5 | 20.34 | 35.07 | - |
| YUV | 125.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 159 | 0 | 0.56 | 0.18 | 0.24 | 318.89 | 0.47 | 0.55 |
| Hex | C1 | 55 | 9F | 0 | 38 | 12 | 18 | 13F | 2F | 37 |
| Octal | 301 | 125 | 237 | 0 | 70 | 22 | 30 | 477 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10011111 | 0 | 111000 | 10010 | 11000 | 100111111 | 101111 | 110111 |
Color Harmonies of #C1559F
Complementary color
Monochromatic Colors of #C1559F
Black with #C1559F
Text Example
Text Example
White with #C1559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1559F; }
p { color: rgb(193,85,159); }
H1.HeaderClassName
{
color: #C1559F;
}
.AnyTagClassName
{
color: #C1559F;
}
</style>
background-color css
<style>
a { background-color: #C1559F; }
a { background-color: rgb(193,85,159); }
div.DivClassName
{
background-color: #C1559F;
}
.BgClassName
{
background-color: #C1559F;
}
</style>
border-color css
<style>
span { border-color: #C1559F; }
span { border-color: rgb(193,85,159); }
td.TdClassName
{
border-color: #C1559F;
}
.TagClassName
{
border-color: #C1559F;
}
</style>