Shades of Mulberry #C44BA1
Tints of Mulberry #C44BA1
RGB
CMYK
RGB Variations
Color information
#C44BA1 (or 0xC44BA1) is known color: Mulberry. HEX triplet: C4, 4B and A1. RGB value is (196,75,161). Sum of RGB (Red+Green+Blue) = 196+75+161=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C44BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44BA1 is #3BB45E. Grayscale: #787878. Windows color (decimal): -3912799 or 10570692. OLE color: 10570692.
HSL color Cylindrical-coordinate representation of color #C44BA1: hue angle of 317.36º 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 #C44BA1 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 75 | 161 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.23 |
| HSL | 317.36º | 0.51% | 0.53% | - |
| HSV(B) | 317.36º | 0.62% | 0.77% | - |
| XYZ | 31.71 | 19.34 | 35.78 | - |
| YUV | 120.98 | 150.59 | 181.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 75 | 161 | 0 | 0.62 | 0.18 | 0.23 | 317.36 | 0.51 | 0.53 |
| Hex | C4 | 4B | A1 | 0 | 3E | 12 | 17 | 13D | 33 | 35 |
| Octal | 304 | 113 | 241 | 0 | 76 | 22 | 27 | 475 | 63 | 65 |
| Binary | 11000100 | 1001011 | 10100001 | 0 | 111110 | 10010 | 10111 | 100111101 | 110011 | 110101 |
Color Harmonies of #C44BA1
Complementary color
Monochromatic Colors of #C44BA1
Black with #C44BA1
Text Example
Text Example
White with #C44BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44BA1; }
p { color: rgb(196,75,161); }
H1.HeaderClassName
{
color: #C44BA1;
}
.AnyTagClassName
{
color: #C44BA1;
}
</style>
background-color css
<style>
a { background-color: #C44BA1; }
a { background-color: rgb(196,75,161); }
div.DivClassName
{
background-color: #C44BA1;
}
.BgClassName
{
background-color: #C44BA1;
}
</style>
border-color css
<style>
span { border-color: #C44BA1; }
span { border-color: rgb(196,75,161); }
td.TdClassName
{
border-color: #C44BA1;
}
.TagClassName
{
border-color: #C44BA1;
}
</style>