Shades of Mulberry #C94DA0
Tints of Mulberry #C94DA0
RGB
CMYK
RGB Variations
Color information
#C94DA0 (or 0xC94DA0) is known color: Mulberry. HEX triplet: C9, 4D and A0. RGB value is (201,77,160). Sum of RGB (Red+Green+Blue) = 201+77+160=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C94DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94DA0 is #36B25F. Grayscale: #7B7B7B. Windows color (decimal): -3584608 or 10505673. OLE color: 10505673.
HSL color Cylindrical-coordinate representation of color #C94DA0: hue angle of 319.84º 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 #C94DA0 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 160 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.21 |
| HSL | 319.84º | 0.53% | 0.55% | - |
| HSV(B) | 319.84º | 0.62% | 0.79% | - |
| XYZ | 33.09 | 20.26 | 35.43 | - |
| YUV | 123.54 | 148.58 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 160 | 0 | 0.62 | 0.20 | 0.21 | 319.84 | 0.53 | 0.55 |
| Hex | C9 | 4D | A0 | 0 | 3E | 14 | 15 | 140 | 35 | 37 |
| Octal | 311 | 115 | 240 | 0 | 76 | 24 | 25 | 500 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10100000 | 0 | 111110 | 10100 | 10101 | 101000000 | 110101 | 110111 |
Color Harmonies of #C94DA0
Complementary color
Monochromatic Colors of #C94DA0
Black with #C94DA0
Text Example
Text Example
White with #C94DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DA0; }
p { color: rgb(201,77,160); }
H1.HeaderClassName
{
color: #C94DA0;
}
.AnyTagClassName
{
color: #C94DA0;
}
</style>
background-color css
<style>
a { background-color: #C94DA0; }
a { background-color: rgb(201,77,160); }
div.DivClassName
{
background-color: #C94DA0;
}
.BgClassName
{
background-color: #C94DA0;
}
</style>
border-color css
<style>
span { border-color: #C94DA0; }
span { border-color: rgb(201,77,160); }
td.TdClassName
{
border-color: #C94DA0;
}
.TagClassName
{
border-color: #C94DA0;
}
</style>