Shades of Mulberry #C44E81
Tints of Mulberry #C44E81
RGB
CMYK
RGB Variations
Color information
#C44E81 (or 0xC44E81) is known color: Mulberry. HEX triplet: C4, 4E and 81. RGB value is (196,78,129). Sum of RGB (Red+Green+Blue) = 196+78+129=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44E81 is #3BB17E. Grayscale: #777777. Windows color (decimal): -3912063 or 8474308. OLE color: 8474308.
HSL color Cylindrical-coordinate representation of color #C44E81: hue angle of 334.07º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E81 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 129 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.23 |
| HSL | 334.07º | 0.5% | 0.54% | - |
| HSV(B) | 334.07º | 0.6% | 0.77% | - |
| XYZ | 29.45 | 18.77 | 22.84 | - |
| YUV | 119.1 | 133.59 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 129 | 0 | 0.60 | 0.34 | 0.23 | 334.07 | 0.5 | 0.54 |
| Hex | C4 | 4E | 81 | 0 | 3C | 22 | 17 | 14E | 32 | 36 |
| Octal | 304 | 116 | 201 | 0 | 74 | 42 | 27 | 516 | 62 | 66 |
| Binary | 11000100 | 1001110 | 10000001 | 0 | 111100 | 100010 | 10111 | 101001110 | 110010 | 110110 |
Color Harmonies of #C44E81
Complementary color
Monochromatic Colors of #C44E81
Black with #C44E81
Text Example
Text Example
White with #C44E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E81; }
p { color: rgb(196,78,129); }
H1.HeaderClassName
{
color: #C44E81;
}
.AnyTagClassName
{
color: #C44E81;
}
</style>
background-color css
<style>
a { background-color: #C44E81; }
a { background-color: rgb(196,78,129); }
div.DivClassName
{
background-color: #C44E81;
}
.BgClassName
{
background-color: #C44E81;
}
</style>
border-color css
<style>
span { border-color: #C44E81; }
span { border-color: rgb(196,78,129); }
td.TdClassName
{
border-color: #C44E81;
}
.TagClassName
{
border-color: #C44E81;
}
</style>