Shades of Mulberry #C3599B
Tints of Mulberry #C3599B
RGB
CMYK
RGB Variations
Color information
#C3599B (or 0xC3599B) is known color: Mulberry. HEX triplet: C3, 59 and 9B. RGB value is (195,89,155). Sum of RGB (Red+Green+Blue) = 195+89+155=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3599B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3599B is #3CA664. Grayscale: #808080. Windows color (decimal): -3974757 or 10181059. OLE color: 10181059.
HSL color Cylindrical-coordinate representation of color #C3599B: hue angle of 322.64º 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 #C3599B is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 155 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.24 |
| HSL | 322.64º | 0.47% | 0.56% | - |
| HSV(B) | 322.64º | 0.54% | 0.76% | - |
| XYZ | 31.99 | 21.11 | 33.4 | - |
| YUV | 128.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 155 | 0 | 0.54 | 0.21 | 0.24 | 322.64 | 0.47 | 0.56 |
| Hex | C3 | 59 | 9B | 0 | 36 | 15 | 18 | 143 | 2F | 38 |
| Octal | 303 | 131 | 233 | 0 | 66 | 25 | 30 | 503 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10011011 | 0 | 110110 | 10101 | 11000 | 101000011 | 101111 | 111000 |
Color Harmonies of #C3599B
Complementary color
Monochromatic Colors of #C3599B
Black with #C3599B
Text Example
Text Example
White with #C3599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3599B; }
p { color: rgb(195,89,155); }
H1.HeaderClassName
{
color: #C3599B;
}
.AnyTagClassName
{
color: #C3599B;
}
</style>
background-color css
<style>
a { background-color: #C3599B; }
a { background-color: rgb(195,89,155); }
div.DivClassName
{
background-color: #C3599B;
}
.BgClassName
{
background-color: #C3599B;
}
</style>
border-color css
<style>
span { border-color: #C3599B; }
span { border-color: rgb(195,89,155); }
td.TdClassName
{
border-color: #C3599B;
}
.TagClassName
{
border-color: #C3599B;
}
</style>