Shades of Mulberry #C44986
Tints of Mulberry #C44986
RGB
CMYK
RGB Variations
Color information
#C44986 (or 0xC44986) is known color: Mulberry. HEX triplet: C4, 49 and 86. RGB value is (196,73,134). Sum of RGB (Red+Green+Blue) = 196+73+134=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C44986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44986 is #3BB679. Grayscale: #747474. Windows color (decimal): -3913338 or 8800708. OLE color: 8800708.
HSL color Cylindrical-coordinate representation of color #C44986: hue angle of 330.24º 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 #C44986 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 134 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.23 |
| HSL | 330.24º | 0.51% | 0.53% | - |
| HSV(B) | 330.24º | 0.63% | 0.77% | - |
| XYZ | 29.45 | 18.22 | 24.52 | - |
| YUV | 116.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 134 | 0 | 0.63 | 0.32 | 0.23 | 330.24 | 0.51 | 0.53 |
| Hex | C4 | 49 | 86 | 0 | 3F | 20 | 17 | 14A | 33 | 35 |
| Octal | 304 | 111 | 206 | 0 | 77 | 40 | 27 | 512 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10000110 | 0 | 111111 | 100000 | 10111 | 101001010 | 110011 | 110101 |
Color Harmonies of #C44986
Complementary color
Monochromatic Colors of #C44986
Black with #C44986
Text Example
Text Example
White with #C44986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44986; }
p { color: rgb(196,73,134); }
H1.HeaderClassName
{
color: #C44986;
}
.AnyTagClassName
{
color: #C44986;
}
</style>
background-color css
<style>
a { background-color: #C44986; }
a { background-color: rgb(196,73,134); }
div.DivClassName
{
background-color: #C44986;
}
.BgClassName
{
background-color: #C44986;
}
</style>
border-color css
<style>
span { border-color: #C44986; }
span { border-color: rgb(196,73,134); }
td.TdClassName
{
border-color: #C44986;
}
.TagClassName
{
border-color: #C44986;
}
</style>