Shades of Mulberry #C35981
Tints of Mulberry #C35981
RGB
CMYK
RGB Variations
Color information
#C35981 (or 0xC35981) is known color: Mulberry. HEX triplet: C3, 59 and 81. RGB value is (195,89,129). Sum of RGB (Red+Green+Blue) = 195+89+129=413 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.22% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 195 - color contains mainly: red. Hex color #C35981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35981 is #3CA67E. Grayscale: #7D7D7D. Windows color (decimal): -3974783 or 8477123. OLE color: 8477123.
HSL color Cylindrical-coordinate representation of color #C35981: hue angle of 337.36º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C35981 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 129 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.24 |
| HSL | 337.36º | 0.47% | 0.56% | - |
| HSV(B) | 337.36º | 0.54% | 0.76% | - |
| XYZ | 30.04 | 20.33 | 23.11 | - |
| YUV | 125.25 | 130.12 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 129 | 0 | 0.54 | 0.34 | 0.24 | 337.36 | 0.47 | 0.56 |
| Hex | C3 | 59 | 81 | 0 | 36 | 22 | 18 | 151 | 2F | 38 |
| Octal | 303 | 131 | 201 | 0 | 66 | 42 | 30 | 521 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10000001 | 0 | 110110 | 100010 | 11000 | 101010001 | 101111 | 111000 |
Color Harmonies of #C35981
Complementary color
Monochromatic Colors of #C35981
Black with #C35981
Text Example
Text Example
White with #C35981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35981; }
p { color: rgb(195,89,129); }
H1.HeaderClassName
{
color: #C35981;
}
.AnyTagClassName
{
color: #C35981;
}
</style>
background-color css
<style>
a { background-color: #C35981; }
a { background-color: rgb(195,89,129); }
div.DivClassName
{
background-color: #C35981;
}
.BgClassName
{
background-color: #C35981;
}
</style>
border-color css
<style>
span { border-color: #C35981; }
span { border-color: rgb(195,89,129); }
td.TdClassName
{
border-color: #C35981;
}
.TagClassName
{
border-color: #C35981;
}
</style>