Shades of Mulberry #C4488D
Tints of Mulberry #C4488D
RGB
CMYK
RGB Variations
Color information
#C4488D (or 0xC4488D) is known color: Mulberry. HEX triplet: C4, 48 and 8D. RGB value is (196,72,141). Sum of RGB (Red+Green+Blue) = 196+72+141=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C4488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4488D is #3BB772. Grayscale: #747474. Windows color (decimal): -3913587 or 9259204. OLE color: 9259204.
HSL color Cylindrical-coordinate representation of color #C4488D: hue angle of 326.61º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4488D is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 141 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.23 |
| HSL | 326.61º | 0.51% | 0.53% | - |
| HSV(B) | 326.61º | 0.63% | 0.77% | - |
| XYZ | 29.89 | 18.29 | 27.15 | - |
| YUV | 116.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 141 | 0 | 0.63 | 0.28 | 0.23 | 326.61 | 0.51 | 0.53 |
| Hex | C4 | 48 | 8D | 0 | 3F | 1C | 17 | 147 | 33 | 35 |
| Octal | 304 | 110 | 215 | 0 | 77 | 34 | 27 | 507 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10001101 | 0 | 111111 | 11100 | 10111 | 101000111 | 110011 | 110101 |
Color Harmonies of #C4488D
Complementary color
Monochromatic Colors of #C4488D
Black with #C4488D
Text Example
Text Example
White with #C4488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4488D; }
p { color: rgb(196,72,141); }
H1.HeaderClassName
{
color: #C4488D;
}
.AnyTagClassName
{
color: #C4488D;
}
</style>
background-color css
<style>
a { background-color: #C4488D; }
a { background-color: rgb(196,72,141); }
div.DivClassName
{
background-color: #C4488D;
}
.BgClassName
{
background-color: #C4488D;
}
</style>
border-color css
<style>
span { border-color: #C4488D; }
span { border-color: rgb(196,72,141); }
td.TdClassName
{
border-color: #C4488D;
}
.TagClassName
{
border-color: #C4488D;
}
</style>