Shades of Mulberry #C3559F
Tints of Mulberry #C3559F
RGB
CMYK
RGB Variations
Color information
#C3559F (or 0xC3559F) is known color: Mulberry. HEX triplet: C3, 55 and 9F. RGB value is (195,85,159). Sum of RGB (Red+Green+Blue) = 195+85+159=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3559F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3559F is #3CAA60. Grayscale: #7E7E7E. Windows color (decimal): -3975777 or 10442179. OLE color: 10442179.
HSL color Cylindrical-coordinate representation of color #C3559F: hue angle of 319.64º 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 #C3559F is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 159 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.24 |
| HSL | 319.64º | 0.48% | 0.55% | - |
| HSV(B) | 319.64º | 0.56% | 0.76% | - |
| XYZ | 32.01 | 20.6 | 35.09 | - |
| YUV | 126.33 | 146.44 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 159 | 0 | 0.56 | 0.18 | 0.24 | 319.64 | 0.48 | 0.55 |
| Hex | C3 | 55 | 9F | 0 | 38 | 12 | 18 | 140 | 30 | 37 |
| Octal | 303 | 125 | 237 | 0 | 70 | 22 | 30 | 500 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10011111 | 0 | 111000 | 10010 | 11000 | 101000000 | 110000 | 110111 |
Color Harmonies of #C3559F
Complementary color
Monochromatic Colors of #C3559F
Black with #C3559F
Text Example
Text Example
White with #C3559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3559F; }
p { color: rgb(195,85,159); }
H1.HeaderClassName
{
color: #C3559F;
}
.AnyTagClassName
{
color: #C3559F;
}
</style>
background-color css
<style>
a { background-color: #C3559F; }
a { background-color: rgb(195,85,159); }
div.DivClassName
{
background-color: #C3559F;
}
.BgClassName
{
background-color: #C3559F;
}
</style>
border-color css
<style>
span { border-color: #C3559F; }
span { border-color: rgb(195,85,159); }
td.TdClassName
{
border-color: #C3559F;
}
.TagClassName
{
border-color: #C3559F;
}
</style>