Shades of Mulberry #C1578B
Tints of Mulberry #C1578B
RGB
CMYK
RGB Variations
Color information
#C1578B (or 0xC1578B) is known color: Mulberry. HEX triplet: C1, 57 and 8B. RGB value is (193,87,139). Sum of RGB (Red+Green+Blue) = 193+87+139=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1578B is #3EA874. Grayscale: #7C7C7C. Windows color (decimal): -4106357 or 9131969. OLE color: 9131969.
HSL color Cylindrical-coordinate representation of color #C1578B: hue angle of 330.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1578B is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 139 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.24 |
| HSL | 330.57º | 0.46% | 0.55% | - |
| HSV(B) | 330.57º | 0.55% | 0.76% | - |
| XYZ | 30.06 | 20.02 | 26.71 | - |
| YUV | 124.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 139 | 0 | 0.55 | 0.28 | 0.24 | 330.57 | 0.46 | 0.55 |
| Hex | C1 | 57 | 8B | 0 | 37 | 1C | 18 | 14B | 2E | 37 |
| Octal | 301 | 127 | 213 | 0 | 67 | 34 | 30 | 513 | 56 | 67 |
| Binary | 11000001 | 1010111 | 10001011 | 0 | 110111 | 11100 | 11000 | 101001011 | 101110 | 110111 |
Color Harmonies of #C1578B
Complementary color
Monochromatic Colors of #C1578B
Black with #C1578B
Text Example
Text Example
White with #C1578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1578B; }
p { color: rgb(193,87,139); }
H1.HeaderClassName
{
color: #C1578B;
}
.AnyTagClassName
{
color: #C1578B;
}
</style>
background-color css
<style>
a { background-color: #C1578B; }
a { background-color: rgb(193,87,139); }
div.DivClassName
{
background-color: #C1578B;
}
.BgClassName
{
background-color: #C1578B;
}
</style>
border-color css
<style>
span { border-color: #C1578B; }
span { border-color: rgb(193,87,139); }
td.TdClassName
{
border-color: #C1578B;
}
.TagClassName
{
border-color: #C1578B;
}
</style>