Shades of Mulberry #C3559B
Tints of Mulberry #C3559B
RGB
CMYK
RGB Variations
Color information
#C3559B (or 0xC3559B) is known color: Mulberry. HEX triplet: C3, 55 and 9B. RGB value is (195,85,155). Sum of RGB (Red+Green+Blue) = 195+85+155=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3559B is #3CAA64. Grayscale: #7D7D7D. Windows color (decimal): -3975781 or 10180035. OLE color: 10180035.
HSL color Cylindrical-coordinate representation of color #C3559B: hue angle of 321.82º 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 #C3559B is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 155 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.24 |
| HSL | 321.82º | 0.48% | 0.55% | - |
| HSV(B) | 321.82º | 0.56% | 0.76% | - |
| XYZ | 31.67 | 20.47 | 33.29 | - |
| YUV | 125.87 | 144.44 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 155 | 0 | 0.56 | 0.21 | 0.24 | 321.82 | 0.48 | 0.55 |
| Hex | C3 | 55 | 9B | 0 | 38 | 15 | 18 | 142 | 30 | 37 |
| Octal | 303 | 125 | 233 | 0 | 70 | 25 | 30 | 502 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10011011 | 0 | 111000 | 10101 | 11000 | 101000010 | 110000 | 110111 |
Color Harmonies of #C3559B
Complementary color
Monochromatic Colors of #C3559B
Black with #C3559B
Text Example
Text Example
White with #C3559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3559B; }
p { color: rgb(195,85,155); }
H1.HeaderClassName
{
color: #C3559B;
}
.AnyTagClassName
{
color: #C3559B;
}
</style>
background-color css
<style>
a { background-color: #C3559B; }
a { background-color: rgb(195,85,155); }
div.DivClassName
{
background-color: #C3559B;
}
.BgClassName
{
background-color: #C3559B;
}
</style>
border-color css
<style>
span { border-color: #C3559B; }
span { border-color: rgb(195,85,155); }
td.TdClassName
{
border-color: #C3559B;
}
.TagClassName
{
border-color: #C3559B;
}
</style>