Shades of Mulberry #C94D96
Tints of Mulberry #C94D96
RGB
CMYK
RGB Variations
Color information
#C94D96 (or 0xC94D96) is known color: Mulberry. HEX triplet: C9, 4D and 96. RGB value is (201,77,150). Sum of RGB (Red+Green+Blue) = 201+77+150=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D96 is #36B269. Grayscale: #7A7A7A. Windows color (decimal): -3584618 or 9850313. OLE color: 9850313.
HSL color Cylindrical-coordinate representation of color #C94D96: hue angle of 324.68º 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 #C94D96 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 150 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.21 |
| HSL | 324.68º | 0.53% | 0.55% | - |
| HSV(B) | 324.68º | 0.62% | 0.79% | - |
| XYZ | 32.25 | 19.93 | 31 | - |
| YUV | 122.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 150 | 0 | 0.62 | 0.25 | 0.21 | 324.68 | 0.53 | 0.55 |
| Hex | C9 | 4D | 96 | 0 | 3E | 19 | 15 | 145 | 35 | 37 |
| Octal | 311 | 115 | 226 | 0 | 76 | 31 | 25 | 505 | 65 | 67 |
| Binary | 11001001 | 1001101 | 10010110 | 0 | 111110 | 11001 | 10101 | 101000101 | 110101 | 110111 |
Color Harmonies of #C94D96
Complementary color
Monochromatic Colors of #C94D96
Black with #C94D96
Text Example
Text Example
White with #C94D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D96; }
p { color: rgb(201,77,150); }
H1.HeaderClassName
{
color: #C94D96;
}
.AnyTagClassName
{
color: #C94D96;
}
</style>
background-color css
<style>
a { background-color: #C94D96; }
a { background-color: rgb(201,77,150); }
div.DivClassName
{
background-color: #C94D96;
}
.BgClassName
{
background-color: #C94D96;
}
</style>
border-color css
<style>
span { border-color: #C94D96; }
span { border-color: rgb(201,77,150); }
td.TdClassName
{
border-color: #C94D96;
}
.TagClassName
{
border-color: #C94D96;
}
</style>