Shades of Mulberry #C44B8A
Tints of Mulberry #C44B8A
RGB
CMYK
RGB Variations
Color information
#C44B8A (or 0xC44B8A) is known color: Mulberry. HEX triplet: C4, 4B and 8A. RGB value is (196,75,138). Sum of RGB (Red+Green+Blue) = 196+75+138=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C44B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44B8A is #3BB475. Grayscale: #767676. Windows color (decimal): -3912822 or 9063364. OLE color: 9063364.
HSL color Cylindrical-coordinate representation of color #C44B8A: hue angle of 328.76º 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 #C44B8A is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 138 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.23 |
| HSL | 328.76º | 0.51% | 0.53% | - |
| HSV(B) | 328.76º | 0.62% | 0.77% | - |
| XYZ | 29.87 | 18.6 | 26.06 | - |
| YUV | 118.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 138 | 0 | 0.62 | 0.30 | 0.23 | 328.76 | 0.51 | 0.53 |
| Hex | C4 | 4B | 8A | 0 | 3E | 1E | 17 | 149 | 33 | 35 |
| Octal | 304 | 113 | 212 | 0 | 76 | 36 | 27 | 511 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10001010 | 0 | 111110 | 11110 | 10111 | 101001001 | 110011 | 110101 |
Color Harmonies of #C44B8A
Complementary color
Monochromatic Colors of #C44B8A
Black with #C44B8A
Text Example
Text Example
White with #C44B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44B8A; }
p { color: rgb(196,75,138); }
H1.HeaderClassName
{
color: #C44B8A;
}
.AnyTagClassName
{
color: #C44B8A;
}
</style>
background-color css
<style>
a { background-color: #C44B8A; }
a { background-color: rgb(196,75,138); }
div.DivClassName
{
background-color: #C44B8A;
}
.BgClassName
{
background-color: #C44B8A;
}
</style>
border-color css
<style>
span { border-color: #C44B8A; }
span { border-color: rgb(196,75,138); }
td.TdClassName
{
border-color: #C44B8A;
}
.TagClassName
{
border-color: #C44B8A;
}
</style>