Shades of Mulberry #C3588F
Tints of Mulberry #C3588F
RGB
CMYK
RGB Variations
Color information
#C3588F (or 0xC3588F) is known color: Mulberry. HEX triplet: C3, 58 and 8F. RGB value is (195,88,143). Sum of RGB (Red+Green+Blue) = 195+88+143=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3588F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3588F is #3CA770. Grayscale: #7E7E7E. Windows color (decimal): -3975025 or 9394371. OLE color: 9394371.
HSL color Cylindrical-coordinate representation of color #C3588F: hue angle of 329.16º 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 #C3588F is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 143 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.24 |
| HSL | 329.16º | 0.47% | 0.55% | - |
| HSV(B) | 329.16º | 0.55% | 0.76% | - |
| XYZ | 30.95 | 20.56 | 28.32 | - |
| YUV | 126.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 143 | 0 | 0.55 | 0.27 | 0.24 | 329.16 | 0.47 | 0.55 |
| Hex | C3 | 58 | 8F | 0 | 37 | 1B | 18 | 149 | 2F | 37 |
| Octal | 303 | 130 | 217 | 0 | 67 | 33 | 30 | 511 | 57 | 67 |
| Binary | 11000011 | 1011000 | 10001111 | 0 | 110111 | 11011 | 11000 | 101001001 | 101111 | 110111 |
Color Harmonies of #C3588F
Complementary color
Monochromatic Colors of #C3588F
Black with #C3588F
Text Example
Text Example
White with #C3588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3588F; }
p { color: rgb(195,88,143); }
H1.HeaderClassName
{
color: #C3588F;
}
.AnyTagClassName
{
color: #C3588F;
}
</style>
background-color css
<style>
a { background-color: #C3588F; }
a { background-color: rgb(195,88,143); }
div.DivClassName
{
background-color: #C3588F;
}
.BgClassName
{
background-color: #C3588F;
}
</style>
border-color css
<style>
span { border-color: #C3588F; }
span { border-color: rgb(195,88,143); }
td.TdClassName
{
border-color: #C3588F;
}
.TagClassName
{
border-color: #C3588F;
}
</style>