Shades of Mulberry #C44A87
Tints of Mulberry #C44A87
RGB
CMYK
RGB Variations
Color information
#C44A87 (or 0xC44A87) is known color: Mulberry. HEX triplet: C4, 4A and 87. RGB value is (196,74,135). Sum of RGB (Red+Green+Blue) = 196+74+135=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A87 is #3BB578. Grayscale: #757575. Windows color (decimal): -3913081 or 8866500. OLE color: 8866500.
HSL color Cylindrical-coordinate representation of color #C44A87: hue angle of 330º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A87 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 135 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.23 |
| HSL | 330º | 0.51% | 0.53% | - |
| HSV(B) | 330º | 0.62% | 0.77% | - |
| XYZ | 29.59 | 18.38 | 24.91 | - |
| YUV | 117.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 135 | 0 | 0.62 | 0.31 | 0.23 | 330 | 0.51 | 0.53 |
| Hex | C4 | 4A | 87 | 0 | 3E | 1F | 17 | 14A | 33 | 35 |
| Octal | 304 | 112 | 207 | 0 | 76 | 37 | 27 | 512 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10000111 | 0 | 111110 | 11111 | 10111 | 101001010 | 110011 | 110101 |
Color Harmonies of #C44A87
Complementary color
Monochromatic Colors of #C44A87
Black with #C44A87
Text Example
Text Example
White with #C44A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A87; }
p { color: rgb(196,74,135); }
H1.HeaderClassName
{
color: #C44A87;
}
.AnyTagClassName
{
color: #C44A87;
}
</style>
background-color css
<style>
a { background-color: #C44A87; }
a { background-color: rgb(196,74,135); }
div.DivClassName
{
background-color: #C44A87;
}
.BgClassName
{
background-color: #C44A87;
}
</style>
border-color css
<style>
span { border-color: #C44A87; }
span { border-color: rgb(196,74,135); }
td.TdClassName
{
border-color: #C44A87;
}
.TagClassName
{
border-color: #C44A87;
}
</style>