Shades of Mulberry #C3549D
Tints of Mulberry #C3549D
RGB
CMYK
RGB Variations
Color information
#C3549D (or 0xC3549D) is known color: Mulberry. HEX triplet: C3, 54 and 9D. RGB value is (195,84,157). Sum of RGB (Red+Green+Blue) = 195+84+157=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3549D is #3CAB62. Grayscale: #7D7D7D. Windows color (decimal): -3976035 or 10310851. OLE color: 10310851.
HSL color Cylindrical-coordinate representation of color #C3549D: hue angle of 320.54º 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 #C3549D is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 157 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.24 |
| HSL | 320.54º | 0.48% | 0.55% | - |
| HSV(B) | 320.54º | 0.57% | 0.76% | - |
| XYZ | 31.76 | 20.38 | 34.16 | - |
| YUV | 125.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 157 | 0 | 0.57 | 0.19 | 0.24 | 320.54 | 0.48 | 0.55 |
| Hex | C3 | 54 | 9D | 0 | 39 | 13 | 18 | 141 | 30 | 37 |
| Octal | 303 | 124 | 235 | 0 | 71 | 23 | 30 | 501 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10011101 | 0 | 111001 | 10011 | 11000 | 101000001 | 110000 | 110111 |
Color Harmonies of #C3549D
Complementary color
Monochromatic Colors of #C3549D
Black with #C3549D
Text Example
Text Example
White with #C3549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3549D; }
p { color: rgb(195,84,157); }
H1.HeaderClassName
{
color: #C3549D;
}
.AnyTagClassName
{
color: #C3549D;
}
</style>
background-color css
<style>
a { background-color: #C3549D; }
a { background-color: rgb(195,84,157); }
div.DivClassName
{
background-color: #C3549D;
}
.BgClassName
{
background-color: #C3549D;
}
</style>
border-color css
<style>
span { border-color: #C3549D; }
span { border-color: rgb(195,84,157); }
td.TdClassName
{
border-color: #C3549D;
}
.TagClassName
{
border-color: #C3549D;
}
</style>