Shades of Mulberry #C44B89
Tints of Mulberry #C44B89
RGB
CMYK
RGB Variations
Color information
#C44B89 (or 0xC44B89) is known color: Mulberry. HEX triplet: C4, 4B and 89. RGB value is (196,75,137). Sum of RGB (Red+Green+Blue) = 196+75+137=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44B89 is #3BB476. Grayscale: #767676. Windows color (decimal): -3912823 or 8997828. OLE color: 8997828.
HSL color Cylindrical-coordinate representation of color #C44B89: hue angle of 329.26º 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 #C44B89 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 137 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.23 |
| HSL | 329.26º | 0.51% | 0.53% | - |
| HSV(B) | 329.26º | 0.62% | 0.77% | - |
| XYZ | 29.8 | 18.57 | 25.68 | - |
| YUV | 118.25 | 138.59 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 137 | 0 | 0.62 | 0.30 | 0.23 | 329.26 | 0.51 | 0.53 |
| Hex | C4 | 4B | 89 | 0 | 3E | 1E | 17 | 149 | 33 | 35 |
| Octal | 304 | 113 | 211 | 0 | 76 | 36 | 27 | 511 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10001001 | 0 | 111110 | 11110 | 10111 | 101001001 | 110011 | 110101 |
Color Harmonies of #C44B89
Complementary color
Monochromatic Colors of #C44B89
Black with #C44B89
Text Example
Text Example
White with #C44B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B89; }
p { color: rgb(196,75,137); }
H1.HeaderClassName
{
color: #C44B89;
}
.AnyTagClassName
{
color: #C44B89;
}
</style>
background-color css
<style>
a { background-color: #C44B89; }
a { background-color: rgb(196,75,137); }
div.DivClassName
{
background-color: #C44B89;
}
.BgClassName
{
background-color: #C44B89;
}
</style>
border-color css
<style>
span { border-color: #C44B89; }
span { border-color: rgb(196,75,137); }
td.TdClassName
{
border-color: #C44B89;
}
.TagClassName
{
border-color: #C44B89;
}
</style>