Shades of Mulberry #C44B8D
Tints of Mulberry #C44B8D
RGB
CMYK
RGB Variations
Color information
#C44B8D (or 0xC44B8D) is known color: Mulberry. HEX triplet: C4, 4B and 8D. RGB value is (196,75,141). Sum of RGB (Red+Green+Blue) = 196+75+141=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44B8D is #3BB472. Grayscale: #767676. Windows color (decimal): -3912819 or 9259972. OLE color: 9259972.
HSL color Cylindrical-coordinate representation of color #C44B8D: hue angle of 327.27º 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 #C44B8D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 141 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.23 |
| HSL | 327.27º | 0.51% | 0.53% | - |
| HSV(B) | 327.27º | 0.62% | 0.77% | - |
| XYZ | 30.09 | 18.69 | 27.22 | - |
| YUV | 118.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 141 | 0 | 0.62 | 0.28 | 0.23 | 327.27 | 0.51 | 0.53 |
| Hex | C4 | 4B | 8D | 0 | 3E | 1C | 17 | 147 | 33 | 35 |
| Octal | 304 | 113 | 215 | 0 | 76 | 34 | 27 | 507 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10001101 | 0 | 111110 | 11100 | 10111 | 101000111 | 110011 | 110101 |
Color Harmonies of #C44B8D
Complementary color
Monochromatic Colors of #C44B8D
Black with #C44B8D
Text Example
Text Example
White with #C44B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B8D; }
p { color: rgb(196,75,141); }
H1.HeaderClassName
{
color: #C44B8D;
}
.AnyTagClassName
{
color: #C44B8D;
}
</style>
background-color css
<style>
a { background-color: #C44B8D; }
a { background-color: rgb(196,75,141); }
div.DivClassName
{
background-color: #C44B8D;
}
.BgClassName
{
background-color: #C44B8D;
}
</style>
border-color css
<style>
span { border-color: #C44B8D; }
span { border-color: rgb(196,75,141); }
td.TdClassName
{
border-color: #C44B8D;
}
.TagClassName
{
border-color: #C44B8D;
}
</style>