Shades of Mulberry #C1528B
Tints of Mulberry #C1528B
RGB
CMYK
RGB Variations
Color information
#C1528B (or 0xC1528B) is known color: Mulberry. HEX triplet: C1, 52 and 8B. RGB value is (193,82,139). Sum of RGB (Red+Green+Blue) = 193+82+139=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1528B is #3EAD74. Grayscale: #797979. Windows color (decimal): -4107637 or 9130689. OLE color: 9130689.
HSL color Cylindrical-coordinate representation of color #C1528B: hue angle of 329.19º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1528B is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 139 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.24 |
| HSL | 329.19º | 0.47% | 0.54% | - |
| HSV(B) | 329.19º | 0.58% | 0.76% | - |
| XYZ | 29.67 | 19.24 | 26.58 | - |
| YUV | 121.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 139 | 0 | 0.58 | 0.28 | 0.24 | 329.19 | 0.47 | 0.54 |
| Hex | C1 | 52 | 8B | 0 | 3A | 1C | 18 | 149 | 2F | 36 |
| Octal | 301 | 122 | 213 | 0 | 72 | 34 | 30 | 511 | 57 | 66 |
| Binary | 11000001 | 1010010 | 10001011 | 0 | 111010 | 11100 | 11000 | 101001001 | 101111 | 110110 |
Color Harmonies of #C1528B
Complementary color
Monochromatic Colors of #C1528B
Black with #C1528B
Text Example
Text Example
White with #C1528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1528B; }
p { color: rgb(193,82,139); }
H1.HeaderClassName
{
color: #C1528B;
}
.AnyTagClassName
{
color: #C1528B;
}
</style>
background-color css
<style>
a { background-color: #C1528B; }
a { background-color: rgb(193,82,139); }
div.DivClassName
{
background-color: #C1528B;
}
.BgClassName
{
background-color: #C1528B;
}
</style>
border-color css
<style>
span { border-color: #C1528B; }
span { border-color: rgb(193,82,139); }
td.TdClassName
{
border-color: #C1528B;
}
.TagClassName
{
border-color: #C1528B;
}
</style>