Shades of Mulberry #C3578D
Tints of Mulberry #C3578D
RGB
CMYK
RGB Variations
Color information
#C3578D (or 0xC3578D) is known color: Mulberry. HEX triplet: C3, 57 and 8D. RGB value is (195,87,141). Sum of RGB (Red+Green+Blue) = 195+87+141=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3578D is #3CA872. Grayscale: #7D7D7D. Windows color (decimal): -3975283 or 9263043. OLE color: 9263043.
HSL color Cylindrical-coordinate representation of color #C3578D: hue angle of 330º degrees, saturation: 0.47, 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 #C3578D is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 141 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.24 |
| HSL | 330º | 0.47% | 0.55% | - |
| HSV(B) | 330º | 0.55% | 0.76% | - |
| XYZ | 30.72 | 20.34 | 27.51 | - |
| YUV | 125.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 141 | 0 | 0.55 | 0.28 | 0.24 | 330 | 0.47 | 0.55 |
| Hex | C3 | 57 | 8D | 0 | 37 | 1C | 18 | 14A | 2F | 37 |
| Octal | 303 | 127 | 215 | 0 | 67 | 34 | 30 | 512 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10001101 | 0 | 110111 | 11100 | 11000 | 101001010 | 101111 | 110111 |
Color Harmonies of #C3578D
Complementary color
Monochromatic Colors of #C3578D
Black with #C3578D
Text Example
Text Example
White with #C3578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3578D; }
p { color: rgb(195,87,141); }
H1.HeaderClassName
{
color: #C3578D;
}
.AnyTagClassName
{
color: #C3578D;
}
</style>
background-color css
<style>
a { background-color: #C3578D; }
a { background-color: rgb(195,87,141); }
div.DivClassName
{
background-color: #C3578D;
}
.BgClassName
{
background-color: #C3578D;
}
</style>
border-color css
<style>
span { border-color: #C3578D; }
span { border-color: rgb(195,87,141); }
td.TdClassName
{
border-color: #C3578D;
}
.TagClassName
{
border-color: #C3578D;
}
</style>