Shades of Mulberry #C44982
Tints of Mulberry #C44982
RGB
CMYK
RGB Variations
Color information
#C44982 (or 0xC44982) is known color: Mulberry. HEX triplet: C4, 49 and 82. RGB value is (196,73,130). Sum of RGB (Red+Green+Blue) = 196+73+130=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C44982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44982 is #3BB67D. Grayscale: #747474. Windows color (decimal): -3913342 or 8538564. OLE color: 8538564.
HSL color Cylindrical-coordinate representation of color #C44982: hue angle of 332.2º 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 #C44982 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 130 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.23 |
| HSL | 332.2º | 0.51% | 0.53% | - |
| HSV(B) | 332.2º | 0.63% | 0.77% | - |
| XYZ | 29.18 | 18.11 | 23.08 | - |
| YUV | 116.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 130 | 0 | 0.63 | 0.34 | 0.23 | 332.2 | 0.51 | 0.53 |
| Hex | C4 | 49 | 82 | 0 | 3F | 22 | 17 | 14C | 33 | 35 |
| Octal | 304 | 111 | 202 | 0 | 77 | 42 | 27 | 514 | 63 | 65 |
| Binary | 11000100 | 1001001 | 10000010 | 0 | 111111 | 100010 | 10111 | 101001100 | 110011 | 110101 |
Color Harmonies of #C44982
Complementary color
Monochromatic Colors of #C44982
Black with #C44982
Text Example
Text Example
White with #C44982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44982; }
p { color: rgb(196,73,130); }
H1.HeaderClassName
{
color: #C44982;
}
.AnyTagClassName
{
color: #C44982;
}
</style>
background-color css
<style>
a { background-color: #C44982; }
a { background-color: rgb(196,73,130); }
div.DivClassName
{
background-color: #C44982;
}
.BgClassName
{
background-color: #C44982;
}
</style>
border-color css
<style>
span { border-color: #C44982; }
span { border-color: rgb(196,73,130); }
td.TdClassName
{
border-color: #C44982;
}
.TagClassName
{
border-color: #C44982;
}
</style>