Shades of Mulberry #C44B80
Tints of Mulberry #C44B80
RGB
CMYK
RGB Variations
Color information
#C44B80 (or 0xC44B80) is known color: Mulberry. HEX triplet: C4, 4B and 80. RGB value is (196,75,128). Sum of RGB (Red+Green+Blue) = 196+75+128=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44B80 is #3BB47F. Grayscale: #757575. Windows color (decimal): -3912832 or 8408004. OLE color: 8408004.
HSL color Cylindrical-coordinate representation of color #C44B80: hue angle of 333.72º 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 #C44B80 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 128 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.23 |
| HSL | 333.72º | 0.51% | 0.53% | - |
| HSV(B) | 333.72º | 0.62% | 0.77% | - |
| XYZ | 29.18 | 18.33 | 22.42 | - |
| YUV | 117.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 128 | 0 | 0.62 | 0.35 | 0.23 | 333.72 | 0.51 | 0.53 |
| Hex | C4 | 4B | 80 | 0 | 3E | 23 | 17 | 14E | 33 | 35 |
| Octal | 304 | 113 | 200 | 0 | 76 | 43 | 27 | 516 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10000000 | 0 | 111110 | 100011 | 10111 | 101001110 | 110011 | 110101 |
Color Harmonies of #C44B80
Complementary color
Monochromatic Colors of #C44B80
Black with #C44B80
Text Example
Text Example
White with #C44B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B80; }
p { color: rgb(196,75,128); }
H1.HeaderClassName
{
color: #C44B80;
}
.AnyTagClassName
{
color: #C44B80;
}
</style>
background-color css
<style>
a { background-color: #C44B80; }
a { background-color: rgb(196,75,128); }
div.DivClassName
{
background-color: #C44B80;
}
.BgClassName
{
background-color: #C44B80;
}
</style>
border-color css
<style>
span { border-color: #C44B80; }
span { border-color: rgb(196,75,128); }
td.TdClassName
{
border-color: #C44B80;
}
.TagClassName
{
border-color: #C44B80;
}
</style>