Shades of Mulberry #C3599E
Tints of Mulberry #C3599E
RGB
CMYK
RGB Variations
Color information
#C3599E (or 0xC3599E) is known color: Mulberry. HEX triplet: C3, 59 and 9E. RGB value is (195,89,158). Sum of RGB (Red+Green+Blue) = 195+89+158=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3599E is #3CA661. Grayscale: #808080. Windows color (decimal): -3974754 or 10377667. OLE color: 10377667.
HSL color Cylindrical-coordinate representation of color #C3599E: hue angle of 320.94º 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 #C3599E is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 158 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.24 |
| HSL | 320.94º | 0.47% | 0.56% | - |
| HSV(B) | 320.94º | 0.54% | 0.76% | - |
| XYZ | 32.25 | 21.22 | 34.74 | - |
| YUV | 128.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 158 | 0 | 0.54 | 0.19 | 0.24 | 320.94 | 0.47 | 0.56 |
| Hex | C3 | 59 | 9E | 0 | 36 | 13 | 18 | 141 | 2F | 38 |
| Octal | 303 | 131 | 236 | 0 | 66 | 23 | 30 | 501 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10011110 | 0 | 110110 | 10011 | 11000 | 101000001 | 101111 | 111000 |
Color Harmonies of #C3599E
Complementary color
Monochromatic Colors of #C3599E
Black with #C3599E
Text Example
Text Example
White with #C3599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3599E; }
p { color: rgb(195,89,158); }
H1.HeaderClassName
{
color: #C3599E;
}
.AnyTagClassName
{
color: #C3599E;
}
</style>
background-color css
<style>
a { background-color: #C3599E; }
a { background-color: rgb(195,89,158); }
div.DivClassName
{
background-color: #C3599E;
}
.BgClassName
{
background-color: #C3599E;
}
</style>
border-color css
<style>
span { border-color: #C3599E; }
span { border-color: rgb(195,89,158); }
td.TdClassName
{
border-color: #C3599E;
}
.TagClassName
{
border-color: #C3599E;
}
</style>