Shades of Mulberry #C3589F
Tints of Mulberry #C3589F
RGB
CMYK
RGB Variations
Color information
#C3589F (or 0xC3589F) is known color: Mulberry. HEX triplet: C3, 58 and 9F. RGB value is (195,88,159). Sum of RGB (Red+Green+Blue) = 195+88+159=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3589F is #3CA760. Grayscale: #7F7F7F. Windows color (decimal): -3975009 or 10442947. OLE color: 10442947.
HSL color Cylindrical-coordinate representation of color #C3589F: hue angle of 320.19º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3589F is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 159 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.24 |
| HSL | 320.19º | 0.47% | 0.55% | - |
| HSV(B) | 320.19º | 0.55% | 0.76% | - |
| XYZ | 32.25 | 21.08 | 35.17 | - |
| YUV | 128.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 159 | 0 | 0.55 | 0.18 | 0.24 | 320.19 | 0.47 | 0.55 |
| Hex | C3 | 58 | 9F | 0 | 37 | 12 | 18 | 140 | 2F | 37 |
| Octal | 303 | 130 | 237 | 0 | 67 | 22 | 30 | 500 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10011111 | 0 | 110111 | 10010 | 11000 | 101000000 | 101111 | 110111 |
Color Harmonies of #C3589F
Complementary color
Monochromatic Colors of #C3589F
Black with #C3589F
Text Example
Text Example
White with #C3589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3589F; }
p { color: rgb(195,88,159); }
H1.HeaderClassName
{
color: #C3589F;
}
.AnyTagClassName
{
color: #C3589F;
}
</style>
background-color css
<style>
a { background-color: #C3589F; }
a { background-color: rgb(195,88,159); }
div.DivClassName
{
background-color: #C3589F;
}
.BgClassName
{
background-color: #C3589F;
}
</style>
border-color css
<style>
span { border-color: #C3589F; }
span { border-color: rgb(195,88,159); }
td.TdClassName
{
border-color: #C3589F;
}
.TagClassName
{
border-color: #C3589F;
}
</style>