Shades of Mulberry #C3559D
Tints of Mulberry #C3559D
RGB
CMYK
RGB Variations
Color information
#C3559D (or 0xC3559D) is known color: Mulberry. HEX triplet: C3, 55 and 9D. RGB value is (195,85,157). Sum of RGB (Red+Green+Blue) = 195+85+157=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3559D is #3CAA62. Grayscale: #7D7D7D. Windows color (decimal): -3975779 or 10311107. OLE color: 10311107.
HSL color Cylindrical-coordinate representation of color #C3559D: hue angle of 320.73º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3559D is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 157 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.24 |
| HSL | 320.73º | 0.48% | 0.55% | - |
| HSV(B) | 320.73º | 0.56% | 0.76% | - |
| XYZ | 31.84 | 20.53 | 34.18 | - |
| YUV | 126.1 | 145.44 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 157 | 0 | 0.56 | 0.19 | 0.24 | 320.73 | 0.48 | 0.55 |
| Hex | C3 | 55 | 9D | 0 | 38 | 13 | 18 | 141 | 30 | 37 |
| Octal | 303 | 125 | 235 | 0 | 70 | 23 | 30 | 501 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10011101 | 0 | 111000 | 10011 | 11000 | 101000001 | 110000 | 110111 |
Color Harmonies of #C3559D
Complementary color
Monochromatic Colors of #C3559D
Black with #C3559D
Text Example
Text Example
White with #C3559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3559D; }
p { color: rgb(195,85,157); }
H1.HeaderClassName
{
color: #C3559D;
}
.AnyTagClassName
{
color: #C3559D;
}
</style>
background-color css
<style>
a { background-color: #C3559D; }
a { background-color: rgb(195,85,157); }
div.DivClassName
{
background-color: #C3559D;
}
.BgClassName
{
background-color: #C3559D;
}
</style>
border-color css
<style>
span { border-color: #C3559D; }
span { border-color: rgb(195,85,157); }
td.TdClassName
{
border-color: #C3559D;
}
.TagClassName
{
border-color: #C3559D;
}
</style>