Shades of Mulberry #C44A99
Tints of Mulberry #C44A99
RGB
CMYK
RGB Variations
Color information
#C44A99 (or 0xC44A99) is known color: Mulberry. HEX triplet: C4, 4A and 99. RGB value is (196,74,153). Sum of RGB (Red+Green+Blue) = 196+74+153=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A99 is #3BB566. Grayscale: #777777. Windows color (decimal): -3913063 or 10046148. OLE color: 10046148.
HSL color Cylindrical-coordinate representation of color #C44A99: hue angle of 321.15º 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 #C44A99 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 153 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.23 |
| HSL | 321.15º | 0.51% | 0.53% | - |
| HSV(B) | 321.15º | 0.62% | 0.77% | - |
| XYZ | 30.96 | 18.93 | 32.16 | - |
| YUV | 119.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 153 | 0 | 0.62 | 0.22 | 0.23 | 321.15 | 0.51 | 0.53 |
| Hex | C4 | 4A | 99 | 0 | 3E | 16 | 17 | 141 | 33 | 35 |
| Octal | 304 | 112 | 231 | 0 | 76 | 26 | 27 | 501 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10011001 | 0 | 111110 | 10110 | 10111 | 101000001 | 110011 | 110101 |
Color Harmonies of #C44A99
Complementary color
Monochromatic Colors of #C44A99
Black with #C44A99
Text Example
Text Example
White with #C44A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A99; }
p { color: rgb(196,74,153); }
H1.HeaderClassName
{
color: #C44A99;
}
.AnyTagClassName
{
color: #C44A99;
}
</style>
background-color css
<style>
a { background-color: #C44A99; }
a { background-color: rgb(196,74,153); }
div.DivClassName
{
background-color: #C44A99;
}
.BgClassName
{
background-color: #C44A99;
}
</style>
border-color css
<style>
span { border-color: #C44A99; }
span { border-color: rgb(196,74,153); }
td.TdClassName
{
border-color: #C44A99;
}
.TagClassName
{
border-color: #C44A99;
}
</style>