Shades of Mulberry #C44884
Tints of Mulberry #C44884
RGB
CMYK
RGB Variations
Color information
#C44884 (or 0xC44884) is known color: Mulberry. HEX triplet: C4, 48 and 84. RGB value is (196,72,132). Sum of RGB (Red+Green+Blue) = 196+72+132=400 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 196 - color contains mainly: red. Hex color #C44884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44884 is #3BB77B. Grayscale: #737373. Windows color (decimal): -3913596 or 8669380. OLE color: 8669380.
HSL color Cylindrical-coordinate representation of color #C44884: hue angle of 330.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44884 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 132 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.23 |
| HSL | 330.97º | 0.51% | 0.53% | - |
| HSV(B) | 330.97º | 0.63% | 0.77% | - |
| XYZ | 29.25 | 18.04 | 23.77 | - |
| YUV | 115.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 132 | 0 | 0.63 | 0.33 | 0.23 | 330.97 | 0.51 | 0.53 |
| Hex | C4 | 48 | 84 | 0 | 3F | 21 | 17 | 14B | 33 | 35 |
| Octal | 304 | 110 | 204 | 0 | 77 | 41 | 27 | 513 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10000100 | 0 | 111111 | 100001 | 10111 | 101001011 | 110011 | 110101 |
Color Harmonies of #C44884
Complementary color
Monochromatic Colors of #C44884
Black with #C44884
Text Example
Text Example
White with #C44884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44884; }
p { color: rgb(196,72,132); }
H1.HeaderClassName
{
color: #C44884;
}
.AnyTagClassName
{
color: #C44884;
}
</style>
background-color css
<style>
a { background-color: #C44884; }
a { background-color: rgb(196,72,132); }
div.DivClassName
{
background-color: #C44884;
}
.BgClassName
{
background-color: #C44884;
}
</style>
border-color css
<style>
span { border-color: #C44884; }
span { border-color: rgb(196,72,132); }
td.TdClassName
{
border-color: #C44884;
}
.TagClassName
{
border-color: #C44884;
}
</style>