Shades of Mulberry #C44380
Tints of Mulberry #C44380
RGB
CMYK
RGB Variations
Color information
#C44380 (or 0xC44380) is known color: Mulberry. HEX triplet: C4, 43 and 80. RGB value is (196,67,128). Sum of RGB (Red+Green+Blue) = 196+67+128=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C44380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44380 is #3BBC7F. Grayscale: #707070. Windows color (decimal): -3914880 or 8405956. OLE color: 8405956.
HSL color Cylindrical-coordinate representation of color #C44380: hue angle of 331.63º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44380 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 128 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.23 |
| HSL | 331.63º | 0.52% | 0.52% | - |
| HSV(B) | 331.63º | 0.66% | 0.77% | - |
| XYZ | 28.67 | 17.31 | 22.25 | - |
| YUV | 112.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 128 | 0 | 0.66 | 0.35 | 0.23 | 331.63 | 0.52 | 0.52 |
| Hex | C4 | 43 | 80 | 0 | 42 | 23 | 17 | 14C | 34 | 34 |
| Octal | 304 | 103 | 200 | 0 | 102 | 43 | 27 | 514 | 64 | 64 |
| Binary | 11000100 | 1000011 | 10000000 | 0 | 1000010 | 100011 | 10111 | 101001100 | 110100 | 110100 |
Color Harmonies of #C44380
Complementary color
Monochromatic Colors of #C44380
Black with #C44380
Text Example
Text Example
White with #C44380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44380; }
p { color: rgb(196,67,128); }
H1.HeaderClassName
{
color: #C44380;
}
.AnyTagClassName
{
color: #C44380;
}
</style>
background-color css
<style>
a { background-color: #C44380; }
a { background-color: rgb(196,67,128); }
div.DivClassName
{
background-color: #C44380;
}
.BgClassName
{
background-color: #C44380;
}
</style>
border-color css
<style>
span { border-color: #C44380; }
span { border-color: rgb(196,67,128); }
td.TdClassName
{
border-color: #C44380;
}
.TagClassName
{
border-color: #C44380;
}
</style>