Shades of Mulberry #C44A80
Tints of Mulberry #C44A80
RGB
CMYK
RGB Variations
Color information
#C44A80 (or 0xC44A80) is known color: Mulberry. HEX triplet: C4, 4A and 80. RGB value is (196,74,128). Sum of RGB (Red+Green+Blue) = 196+74+128=398 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.25% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A80 is #3BB57F. Grayscale: #747474. Windows color (decimal): -3913088 or 8407748. OLE color: 8407748.
HSL color Cylindrical-coordinate representation of color #C44A80: hue angle of 333.44º 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 #C44A80 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 128 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.23 |
| HSL | 333.44º | 0.51% | 0.53% | - |
| HSV(B) | 333.44º | 0.62% | 0.77% | - |
| XYZ | 29.11 | 18.19 | 22.4 | - |
| YUV | 116.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 128 | 0 | 0.62 | 0.35 | 0.23 | 333.44 | 0.51 | 0.53 |
| Hex | C4 | 4A | 80 | 0 | 3E | 23 | 17 | 14D | 33 | 35 |
| Octal | 304 | 112 | 200 | 0 | 76 | 43 | 27 | 515 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10000000 | 0 | 111110 | 100011 | 10111 | 101001101 | 110011 | 110101 |
Color Harmonies of #C44A80
Complementary color
Monochromatic Colors of #C44A80
Black with #C44A80
Text Example
Text Example
White with #C44A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A80; }
p { color: rgb(196,74,128); }
H1.HeaderClassName
{
color: #C44A80;
}
.AnyTagClassName
{
color: #C44A80;
}
</style>
background-color css
<style>
a { background-color: #C44A80; }
a { background-color: rgb(196,74,128); }
div.DivClassName
{
background-color: #C44A80;
}
.BgClassName
{
background-color: #C44A80;
}
</style>
border-color css
<style>
span { border-color: #C44A80; }
span { border-color: rgb(196,74,128); }
td.TdClassName
{
border-color: #C44A80;
}
.TagClassName
{
border-color: #C44A80;
}
</style>