Shades of Mulberry #C3599D
Tints of Mulberry #C3599D
RGB
CMYK
RGB Variations
Color information
#C3599D (or 0xC3599D) is known color: Mulberry. HEX triplet: C3, 59 and 9D. RGB value is (195,89,157). Sum of RGB (Red+Green+Blue) = 195+89+157=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3599D is #3CA662. Grayscale: #808080. Windows color (decimal): -3974755 or 10312131. OLE color: 10312131.
HSL color Cylindrical-coordinate representation of color #C3599D: hue angle of 321.51º 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 #C3599D is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 157 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.24 |
| HSL | 321.51º | 0.47% | 0.56% | - |
| HSV(B) | 321.51º | 0.54% | 0.76% | - |
| XYZ | 32.16 | 21.18 | 34.29 | - |
| YUV | 128.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 157 | 0 | 0.54 | 0.19 | 0.24 | 321.51 | 0.47 | 0.56 |
| Hex | C3 | 59 | 9D | 0 | 36 | 13 | 18 | 142 | 2F | 38 |
| Octal | 303 | 131 | 235 | 0 | 66 | 23 | 30 | 502 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10011101 | 0 | 110110 | 10011 | 11000 | 101000010 | 101111 | 111000 |
Color Harmonies of #C3599D
Complementary color
Monochromatic Colors of #C3599D
Black with #C3599D
Text Example
Text Example
White with #C3599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3599D; }
p { color: rgb(195,89,157); }
H1.HeaderClassName
{
color: #C3599D;
}
.AnyTagClassName
{
color: #C3599D;
}
</style>
background-color css
<style>
a { background-color: #C3599D; }
a { background-color: rgb(195,89,157); }
div.DivClassName
{
background-color: #C3599D;
}
.BgClassName
{
background-color: #C3599D;
}
</style>
border-color css
<style>
span { border-color: #C3599D; }
span { border-color: rgb(195,89,157); }
td.TdClassName
{
border-color: #C3599D;
}
.TagClassName
{
border-color: #C3599D;
}
</style>