Shades of Mulberry #C3579B
Tints of Mulberry #C3579B
RGB
CMYK
RGB Variations
Color information
#C3579B (or 0xC3579B) is known color: Mulberry. HEX triplet: C3, 57 and 9B. RGB value is (195,87,155). Sum of RGB (Red+Green+Blue) = 195+87+155=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3579B is #3CA864. Grayscale: #7E7E7E. Windows color (decimal): -3975269 or 10180547. OLE color: 10180547.
HSL color Cylindrical-coordinate representation of color #C3579B: hue angle of 322.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3579B is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 155 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.24 |
| HSL | 322.22º | 0.47% | 0.55% | - |
| HSV(B) | 322.22º | 0.55% | 0.76% | - |
| XYZ | 31.83 | 20.79 | 33.34 | - |
| YUV | 127.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 155 | 0 | 0.55 | 0.21 | 0.24 | 322.22 | 0.47 | 0.55 |
| Hex | C3 | 57 | 9B | 0 | 37 | 15 | 18 | 142 | 2F | 37 |
| Octal | 303 | 127 | 233 | 0 | 67 | 25 | 30 | 502 | 57 | 67 |
| Binary | 11000011 | 1010111 | 10011011 | 0 | 110111 | 10101 | 11000 | 101000010 | 101111 | 110111 |
Color Harmonies of #C3579B
Complementary color
Monochromatic Colors of #C3579B
Black with #C3579B
Text Example
Text Example
White with #C3579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3579B; }
p { color: rgb(195,87,155); }
H1.HeaderClassName
{
color: #C3579B;
}
.AnyTagClassName
{
color: #C3579B;
}
</style>
background-color css
<style>
a { background-color: #C3579B; }
a { background-color: rgb(195,87,155); }
div.DivClassName
{
background-color: #C3579B;
}
.BgClassName
{
background-color: #C3579B;
}
</style>
border-color css
<style>
span { border-color: #C3579B; }
span { border-color: rgb(195,87,155); }
td.TdClassName
{
border-color: #C3579B;
}
.TagClassName
{
border-color: #C3579B;
}
</style>