Shades of Mulberry #C3588C
Tints of Mulberry #C3588C
RGB
CMYK
RGB Variations
Color information
#C3588C (or 0xC3588C) is known color: Mulberry. HEX triplet: C3, 58 and 8C. RGB value is (195,88,140). Sum of RGB (Red+Green+Blue) = 195+88+140=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3588C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3588C is #3CA773. Grayscale: #7D7D7D. Windows color (decimal): -3975028 or 9197763. OLE color: 9197763.
HSL color Cylindrical-coordinate representation of color #C3588C: hue angle of 330.84º 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 #C3588C is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 140 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.24 |
| HSL | 330.84º | 0.47% | 0.55% | - |
| HSV(B) | 330.84º | 0.55% | 0.76% | - |
| XYZ | 30.73 | 20.48 | 27.14 | - |
| YUV | 125.92 | 135.95 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 140 | 0 | 0.55 | 0.28 | 0.24 | 330.84 | 0.47 | 0.55 |
| Hex | C3 | 58 | 8C | 0 | 37 | 1C | 18 | 14B | 2F | 37 |
| Octal | 303 | 130 | 214 | 0 | 67 | 34 | 30 | 513 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10001100 | 0 | 110111 | 11100 | 11000 | 101001011 | 101111 | 110111 |
Color Harmonies of #C3588C
Complementary color
Monochromatic Colors of #C3588C
Black with #C3588C
Text Example
Text Example
White with #C3588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3588C; }
p { color: rgb(195,88,140); }
H1.HeaderClassName
{
color: #C3588C;
}
.AnyTagClassName
{
color: #C3588C;
}
</style>
background-color css
<style>
a { background-color: #C3588C; }
a { background-color: rgb(195,88,140); }
div.DivClassName
{
background-color: #C3588C;
}
.BgClassName
{
background-color: #C3588C;
}
</style>
border-color css
<style>
span { border-color: #C3588C; }
span { border-color: rgb(195,88,140); }
td.TdClassName
{
border-color: #C3588C;
}
.TagClassName
{
border-color: #C3588C;
}
</style>