Shades of Mulberry #C3548D
Tints of Mulberry #C3548D
RGB
CMYK
RGB Variations
Color information
#C3548D (or 0xC3548D) is known color: Mulberry. HEX triplet: C3, 54 and 8D. RGB value is (195,84,141). Sum of RGB (Red+Green+Blue) = 195+84+141=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C3548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3548D is #3CAB72. Grayscale: #7B7B7B. Windows color (decimal): -3976051 or 9262275. OLE color: 9262275.
HSL color Cylindrical-coordinate representation of color #C3548D: hue angle of 329.19º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3548D is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 141 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.24 |
| HSL | 329.19º | 0.48% | 0.55% | - |
| HSV(B) | 329.19º | 0.57% | 0.76% | - |
| XYZ | 30.48 | 19.87 | 27.43 | - |
| YUV | 123.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 141 | 0 | 0.57 | 0.28 | 0.24 | 329.19 | 0.48 | 0.55 |
| Hex | C3 | 54 | 8D | 0 | 39 | 1C | 18 | 149 | 30 | 37 |
| Octal | 303 | 124 | 215 | 0 | 71 | 34 | 30 | 511 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10001101 | 0 | 111001 | 11100 | 11000 | 101001001 | 110000 | 110111 |
Color Harmonies of #C3548D
Complementary color
Monochromatic Colors of #C3548D
Black with #C3548D
Text Example
Text Example
White with #C3548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3548D; }
p { color: rgb(195,84,141); }
H1.HeaderClassName
{
color: #C3548D;
}
.AnyTagClassName
{
color: #C3548D;
}
</style>
background-color css
<style>
a { background-color: #C3548D; }
a { background-color: rgb(195,84,141); }
div.DivClassName
{
background-color: #C3548D;
}
.BgClassName
{
background-color: #C3548D;
}
</style>
border-color css
<style>
span { border-color: #C3548D; }
span { border-color: rgb(195,84,141); }
td.TdClassName
{
border-color: #C3548D;
}
.TagClassName
{
border-color: #C3548D;
}
</style>