Shades of Mulberry #C44780
Tints of Mulberry #C44780
RGB
CMYK
RGB Variations
Color information
#C44780 (or 0xC44780) is known color: Mulberry. HEX triplet: C4, 47 and 80. RGB value is (196,71,128). Sum of RGB (Red+Green+Blue) = 196+71+128=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C44780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44780 is #3BB87F. Grayscale: #727272. Windows color (decimal): -3913856 or 8406980. OLE color: 8406980.
HSL color Cylindrical-coordinate representation of color #C44780: hue angle of 332.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44780 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 128 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.23 |
| HSL | 332.64º | 0.51% | 0.52% | - |
| HSV(B) | 332.64º | 0.64% | 0.77% | - |
| XYZ | 28.91 | 17.8 | 22.33 | - |
| YUV | 114.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 128 | 0 | 0.64 | 0.35 | 0.23 | 332.64 | 0.51 | 0.52 |
| Hex | C4 | 47 | 80 | 0 | 40 | 23 | 17 | 14D | 33 | 34 |
| Octal | 304 | 107 | 200 | 0 | 100 | 43 | 27 | 515 | 63 | 64 |
| Binary | 11000100 | 1000111 | 10000000 | 0 | 1000000 | 100011 | 10111 | 101001101 | 110011 | 110100 |
Color Harmonies of #C44780
Complementary color
Monochromatic Colors of #C44780
Black with #C44780
Text Example
Text Example
White with #C44780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44780; }
p { color: rgb(196,71,128); }
H1.HeaderClassName
{
color: #C44780;
}
.AnyTagClassName
{
color: #C44780;
}
</style>
background-color css
<style>
a { background-color: #C44780; }
a { background-color: rgb(196,71,128); }
div.DivClassName
{
background-color: #C44780;
}
.BgClassName
{
background-color: #C44780;
}
</style>
border-color css
<style>
span { border-color: #C44780; }
span { border-color: rgb(196,71,128); }
td.TdClassName
{
border-color: #C44780;
}
.TagClassName
{
border-color: #C44780;
}
</style>