Shades of Mulberry #C94D95
Tints of Mulberry #C94D95
RGB
CMYK
RGB Variations
Color information
#C94D95 (or 0xC94D95) is known color: Mulberry. HEX triplet: C9, 4D and 95. RGB value is (201,77,149). Sum of RGB (Red+Green+Blue) = 201+77+149=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D95 is #36B26A. Grayscale: #7A7A7A. Windows color (decimal): -3584619 or 9784777. OLE color: 9784777.
HSL color Cylindrical-coordinate representation of color #C94D95: hue angle of 325.16º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C94D95 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 149 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.21 |
| HSL | 325.16º | 0.53% | 0.55% | - |
| HSV(B) | 325.16º | 0.62% | 0.79% | - |
| XYZ | 32.17 | 19.9 | 30.58 | - |
| YUV | 122.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 149 | 0 | 0.62 | 0.26 | 0.21 | 325.16 | 0.53 | 0.55 |
| Hex | C9 | 4D | 95 | 0 | 3E | 1A | 15 | 145 | 35 | 37 |
| Octal | 311 | 115 | 225 | 0 | 76 | 32 | 25 | 505 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10010101 | 0 | 111110 | 11010 | 10101 | 101000101 | 110101 | 110111 |
Color Harmonies of #C94D95
Complementary color
Monochromatic Colors of #C94D95
Black with #C94D95
Text Example
Text Example
White with #C94D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D95; }
p { color: rgb(201,77,149); }
H1.HeaderClassName
{
color: #C94D95;
}
.AnyTagClassName
{
color: #C94D95;
}
</style>
background-color css
<style>
a { background-color: #C94D95; }
a { background-color: rgb(201,77,149); }
div.DivClassName
{
background-color: #C94D95;
}
.BgClassName
{
background-color: #C94D95;
}
</style>
border-color css
<style>
span { border-color: #C94D95; }
span { border-color: rgb(201,77,149); }
td.TdClassName
{
border-color: #C94D95;
}
.TagClassName
{
border-color: #C94D95;
}
</style>