Shades of Mulberry #C44A83
Tints of Mulberry #C44A83
RGB
CMYK
RGB Variations
Color information
#C44A83 (or 0xC44A83) is known color: Mulberry. HEX triplet: C4, 4A and 83. RGB value is (196,74,131). Sum of RGB (Red+Green+Blue) = 196+74+131=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A83 is #3BB57C. Grayscale: #747474. Windows color (decimal): -3913085 or 8604356. OLE color: 8604356.
HSL color Cylindrical-coordinate representation of color #C44A83: hue angle of 331.97º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A83 is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 131 | - |
| CMYK | 0 | 0.62 | 0.33 | 0.23 |
| HSL | 331.97º | 0.51% | 0.53% | - |
| HSV(B) | 331.97º | 0.62% | 0.77% | - |
| XYZ | 29.31 | 18.27 | 23.45 | - |
| YUV | 116.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 131 | 0 | 0.62 | 0.33 | 0.23 | 331.97 | 0.51 | 0.53 |
| Hex | C4 | 4A | 83 | 0 | 3E | 21 | 17 | 14C | 33 | 35 |
| Octal | 304 | 112 | 203 | 0 | 76 | 41 | 27 | 514 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10000011 | 0 | 111110 | 100001 | 10111 | 101001100 | 110011 | 110101 |
Color Harmonies of #C44A83
Complementary color
Monochromatic Colors of #C44A83
Black with #C44A83
Text Example
Text Example
White with #C44A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A83; }
p { color: rgb(196,74,131); }
H1.HeaderClassName
{
color: #C44A83;
}
.AnyTagClassName
{
color: #C44A83;
}
</style>
background-color css
<style>
a { background-color: #C44A83; }
a { background-color: rgb(196,74,131); }
div.DivClassName
{
background-color: #C44A83;
}
.BgClassName
{
background-color: #C44A83;
}
</style>
border-color css
<style>
span { border-color: #C44A83; }
span { border-color: rgb(196,74,131); }
td.TdClassName
{
border-color: #C44A83;
}
.TagClassName
{
border-color: #C44A83;
}
</style>