Shades of Mulberry #C3559C
Tints of Mulberry #C3559C
RGB
CMYK
RGB Variations
Color information
#C3559C (or 0xC3559C) is known color: Mulberry. HEX triplet: C3, 55 and 9C. RGB value is (195,85,156). Sum of RGB (Red+Green+Blue) = 195+85+156=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3559C is #3CAA63. Grayscale: #7D7D7D. Windows color (decimal): -3975780 or 10245571. OLE color: 10245571.
HSL color Cylindrical-coordinate representation of color #C3559C: hue angle of 321.27º 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 #C3559C is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 85 | 156 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.24 |
| HSL | 321.27º | 0.48% | 0.55% | - |
| HSV(B) | 321.27º | 0.56% | 0.76% | - |
| XYZ | 31.75 | 20.5 | 33.74 | - |
| YUV | 125.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 85 | 156 | 0 | 0.56 | 0.20 | 0.24 | 321.27 | 0.48 | 0.55 |
| Hex | C3 | 55 | 9C | 0 | 38 | 14 | 18 | 141 | 30 | 37 |
| Octal | 303 | 125 | 234 | 0 | 70 | 24 | 30 | 501 | 60 | 67 |
| Binary | 11000011 | 1010101 | 10011100 | 0 | 111000 | 10100 | 11000 | 101000001 | 110000 | 110111 |
Color Harmonies of #C3559C
Complementary color
Monochromatic Colors of #C3559C
Black with #C3559C
Text Example
Text Example
White with #C3559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3559C; }
p { color: rgb(195,85,156); }
H1.HeaderClassName
{
color: #C3559C;
}
.AnyTagClassName
{
color: #C3559C;
}
</style>
background-color css
<style>
a { background-color: #C3559C; }
a { background-color: rgb(195,85,156); }
div.DivClassName
{
background-color: #C3559C;
}
.BgClassName
{
background-color: #C3559C;
}
</style>
border-color css
<style>
span { border-color: #C3559C; }
span { border-color: rgb(195,85,156); }
td.TdClassName
{
border-color: #C3559C;
}
.TagClassName
{
border-color: #C3559C;
}
</style>