Shades of Mulberry #C3598B
Tints of Mulberry #C3598B
RGB
CMYK
RGB Variations
Color information
#C3598B (or 0xC3598B) is known color: Mulberry. HEX triplet: C3, 59 and 8B. RGB value is (195,89,139). Sum of RGB (Red+Green+Blue) = 195+89+139=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3598B is #3CA674. Grayscale: #7E7E7E. Windows color (decimal): -3974773 or 9132483. OLE color: 9132483.
HSL color Cylindrical-coordinate representation of color #C3598B: hue angle of 331.7º 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 #C3598B is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 139 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.24 |
| HSL | 331.7º | 0.47% | 0.56% | - |
| HSV(B) | 331.7º | 0.54% | 0.76% | - |
| XYZ | 30.74 | 20.61 | 26.78 | - |
| YUV | 126.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 139 | 0 | 0.54 | 0.29 | 0.24 | 331.7 | 0.47 | 0.56 |
| Hex | C3 | 59 | 8B | 0 | 36 | 1D | 18 | 14C | 2F | 38 |
| Octal | 303 | 131 | 213 | 0 | 66 | 35 | 30 | 514 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10001011 | 0 | 110110 | 11101 | 11000 | 101001100 | 101111 | 111000 |
Color Harmonies of #C3598B
Complementary color
Monochromatic Colors of #C3598B
Black with #C3598B
Text Example
Text Example
White with #C3598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3598B; }
p { color: rgb(195,89,139); }
H1.HeaderClassName
{
color: #C3598B;
}
.AnyTagClassName
{
color: #C3598B;
}
</style>
background-color css
<style>
a { background-color: #C3598B; }
a { background-color: rgb(195,89,139); }
div.DivClassName
{
background-color: #C3598B;
}
.BgClassName
{
background-color: #C3598B;
}
</style>
border-color css
<style>
span { border-color: #C3598B; }
span { border-color: rgb(195,89,139); }
td.TdClassName
{
border-color: #C3598B;
}
.TagClassName
{
border-color: #C3598B;
}
</style>