Shades of Mulberry #C44A8E
Tints of Mulberry #C44A8E
RGB
CMYK
RGB Variations
Color information
#C44A8E (or 0xC44A8E) is known color: Mulberry. HEX triplet: C4, 4A and 8E. RGB value is (196,74,142). Sum of RGB (Red+Green+Blue) = 196+74+142=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A8E is #3BB571. Grayscale: #767676. Windows color (decimal): -3913074 or 9325252. OLE color: 9325252.
HSL color Cylindrical-coordinate representation of color #C44A8E: hue angle of 326.56º 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 #C44A8E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 142 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.23 |
| HSL | 326.56º | 0.51% | 0.53% | - |
| HSV(B) | 326.56º | 0.62% | 0.77% | - |
| XYZ | 30.1 | 18.59 | 27.59 | - |
| YUV | 118.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 142 | 0 | 0.62 | 0.28 | 0.23 | 326.56 | 0.51 | 0.53 |
| Hex | C4 | 4A | 8E | 0 | 3E | 1C | 17 | 147 | 33 | 35 |
| Octal | 304 | 112 | 216 | 0 | 76 | 34 | 27 | 507 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10001110 | 0 | 111110 | 11100 | 10111 | 101000111 | 110011 | 110101 |
Color Harmonies of #C44A8E
Complementary color
Monochromatic Colors of #C44A8E
Black with #C44A8E
Text Example
Text Example
White with #C44A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A8E; }
p { color: rgb(196,74,142); }
H1.HeaderClassName
{
color: #C44A8E;
}
.AnyTagClassName
{
color: #C44A8E;
}
</style>
background-color css
<style>
a { background-color: #C44A8E; }
a { background-color: rgb(196,74,142); }
div.DivClassName
{
background-color: #C44A8E;
}
.BgClassName
{
background-color: #C44A8E;
}
</style>
border-color css
<style>
span { border-color: #C44A8E; }
span { border-color: rgb(196,74,142); }
td.TdClassName
{
border-color: #C44A8E;
}
.TagClassName
{
border-color: #C44A8E;
}
</style>