Shades of Mulberry #C1559A
Tints of Mulberry #C1559A
RGB
CMYK
RGB Variations
Color information
#C1559A (or 0xC1559A) is known color: Mulberry. HEX triplet: C1, 55 and 9A. RGB value is (193,85,154). Sum of RGB (Red+Green+Blue) = 193+85+154=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C1559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1559A is #3EAA65. Grayscale: #7C7C7C. Windows color (decimal): -4106854 or 10114497. OLE color: 10114497.
HSL color Cylindrical-coordinate representation of color #C1559A: hue angle of 321.67º 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 #C1559A is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 154 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.24 |
| HSL | 321.67º | 0.47% | 0.55% | - |
| HSV(B) | 321.67º | 0.56% | 0.76% | - |
| XYZ | 31.07 | 20.17 | 32.83 | - |
| YUV | 125.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 154 | 0 | 0.56 | 0.20 | 0.24 | 321.67 | 0.47 | 0.55 |
| Hex | C1 | 55 | 9A | 0 | 38 | 14 | 18 | 142 | 2F | 37 |
| Octal | 301 | 125 | 232 | 0 | 70 | 24 | 30 | 502 | 57 | 67 |
| Binary | 11000001 | 1010101 | 10011010 | 0 | 111000 | 10100 | 11000 | 101000010 | 101111 | 110111 |
Color Harmonies of #C1559A
Complementary color
Monochromatic Colors of #C1559A
Black with #C1559A
Text Example
Text Example
White with #C1559A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1559A; }
p { color: rgb(193,85,154); }
H1.HeaderClassName
{
color: #C1559A;
}
.AnyTagClassName
{
color: #C1559A;
}
</style>
background-color css
<style>
a { background-color: #C1559A; }
a { background-color: rgb(193,85,154); }
div.DivClassName
{
background-color: #C1559A;
}
.BgClassName
{
background-color: #C1559A;
}
</style>
border-color css
<style>
span { border-color: #C1559A; }
span { border-color: rgb(193,85,154); }
td.TdClassName
{
border-color: #C1559A;
}
.TagClassName
{
border-color: #C1559A;
}
</style>