Shades of Mulberry #C44A95
Tints of Mulberry #C44A95
RGB
CMYK
RGB Variations
Color information
#C44A95 (or 0xC44A95) is known color: Mulberry. HEX triplet: C4, 4A and 95. RGB value is (196,74,149). Sum of RGB (Red+Green+Blue) = 196+74+149=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44A95 is #3BB56A. Grayscale: #767676. Windows color (decimal): -3913067 or 9784004. OLE color: 9784004.
HSL color Cylindrical-coordinate representation of color #C44A95: hue angle of 323.11º 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 #C44A95 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 149 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.23 |
| HSL | 323.11º | 0.51% | 0.53% | - |
| HSV(B) | 323.11º | 0.62% | 0.77% | - |
| XYZ | 30.64 | 18.8 | 30.45 | - |
| YUV | 119.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 149 | 0 | 0.62 | 0.24 | 0.23 | 323.11 | 0.51 | 0.53 |
| Hex | C4 | 4A | 95 | 0 | 3E | 18 | 17 | 143 | 33 | 35 |
| Octal | 304 | 112 | 225 | 0 | 76 | 30 | 27 | 503 | 63 | 65 |
| Binary | 11000100 | 1001010 | 10010101 | 0 | 111110 | 11000 | 10111 | 101000011 | 110011 | 110101 |
Color Harmonies of #C44A95
Complementary color
Monochromatic Colors of #C44A95
Black with #C44A95
Text Example
Text Example
White with #C44A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A95; }
p { color: rgb(196,74,149); }
H1.HeaderClassName
{
color: #C44A95;
}
.AnyTagClassName
{
color: #C44A95;
}
</style>
background-color css
<style>
a { background-color: #C44A95; }
a { background-color: rgb(196,74,149); }
div.DivClassName
{
background-color: #C44A95;
}
.BgClassName
{
background-color: #C44A95;
}
</style>
border-color css
<style>
span { border-color: #C44A95; }
span { border-color: rgb(196,74,149); }
td.TdClassName
{
border-color: #C44A95;
}
.TagClassName
{
border-color: #C44A95;
}
</style>