Shades of Mulberry #C3549F
Tints of Mulberry #C3549F
RGB
CMYK
RGB Variations
Color information
#C3549F (or 0xC3549F) is known color: Mulberry. HEX triplet: C3, 54 and 9F. RGB value is (195,84,159). Sum of RGB (Red+Green+Blue) = 195+84+159=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 84 (33.20% from 255 or 19.18% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3549F is #3CAB60. Grayscale: #7D7D7D. Windows color (decimal): -3976033 or 10441923. OLE color: 10441923.
HSL color Cylindrical-coordinate representation of color #C3549F: hue angle of 319.46º 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 #C3549F is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 159 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.24 |
| HSL | 319.46º | 0.48% | 0.55% | - |
| HSV(B) | 319.46º | 0.57% | 0.76% | - |
| XYZ | 31.93 | 20.45 | 35.06 | - |
| YUV | 125.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 159 | 0 | 0.57 | 0.18 | 0.24 | 319.46 | 0.48 | 0.55 |
| Hex | C3 | 54 | 9F | 0 | 39 | 12 | 18 | 13F | 30 | 37 |
| Octal | 303 | 124 | 237 | 0 | 71 | 22 | 30 | 477 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10011111 | 0 | 111001 | 10010 | 11000 | 100111111 | 110000 | 110111 |
Color Harmonies of #C3549F
Complementary color
Monochromatic Colors of #C3549F
Black with #C3549F
Text Example
Text Example
White with #C3549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3549F; }
p { color: rgb(195,84,159); }
H1.HeaderClassName
{
color: #C3549F;
}
.AnyTagClassName
{
color: #C3549F;
}
</style>
background-color css
<style>
a { background-color: #C3549F; }
a { background-color: rgb(195,84,159); }
div.DivClassName
{
background-color: #C3549F;
}
.BgClassName
{
background-color: #C3549F;
}
</style>
border-color css
<style>
span { border-color: #C3549F; }
span { border-color: rgb(195,84,159); }
td.TdClassName
{
border-color: #C3549F;
}
.TagClassName
{
border-color: #C3549F;
}
</style>