Shades of Mulberry #C44D88
Tints of Mulberry #C44D88
RGB
CMYK
RGB Variations
Color information
#C44D88 (or 0xC44D88) is known color: Mulberry. HEX triplet: C4, 4D and 88. RGB value is (196,77,136). Sum of RGB (Red+Green+Blue) = 196+77+136=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D88 is #3BB277. Grayscale: #777777. Windows color (decimal): -3912312 or 8932804. OLE color: 8932804.
HSL color Cylindrical-coordinate representation of color #C44D88: hue angle of 330.25º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D88 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 136 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.23 |
| HSL | 330.25º | 0.5% | 0.54% | - |
| HSV(B) | 330.25º | 0.61% | 0.77% | - |
| XYZ | 29.86 | 18.82 | 25.35 | - |
| YUV | 119.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 136 | 0 | 0.61 | 0.31 | 0.23 | 330.25 | 0.5 | 0.54 |
| Hex | C4 | 4D | 88 | 0 | 3D | 1F | 17 | 14A | 32 | 36 |
| Octal | 304 | 115 | 210 | 0 | 75 | 37 | 27 | 512 | 62 | 66 |
| Binary | 11000100 | 1001101 | 10001000 | 0 | 111101 | 11111 | 10111 | 101001010 | 110010 | 110110 |
Color Harmonies of #C44D88
Complementary color
Monochromatic Colors of #C44D88
Black with #C44D88
Text Example
Text Example
White with #C44D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D88; }
p { color: rgb(196,77,136); }
H1.HeaderClassName
{
color: #C44D88;
}
.AnyTagClassName
{
color: #C44D88;
}
</style>
background-color css
<style>
a { background-color: #C44D88; }
a { background-color: rgb(196,77,136); }
div.DivClassName
{
background-color: #C44D88;
}
.BgClassName
{
background-color: #C44D88;
}
</style>
border-color css
<style>
span { border-color: #C44D88; }
span { border-color: rgb(196,77,136); }
td.TdClassName
{
border-color: #C44D88;
}
.TagClassName
{
border-color: #C44D88;
}
</style>