Shades of Mulberry #C94596
Tints of Mulberry #C94596
RGB
CMYK
RGB Variations
Color information
#C94596 (or 0xC94596) is known color: Mulberry. HEX triplet: C9, 45 and 96. RGB value is (201,69,150). Sum of RGB (Red+Green+Blue) = 201+69+150=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94596 is #36BA69. Grayscale: #757575. Windows color (decimal): -3586666 or 9848265. OLE color: 9848265.
HSL color Cylindrical-coordinate representation of color #C94596: hue angle of 323.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C94596 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 150 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.21 |
| HSL | 323.18º | 0.55% | 0.53% | - |
| HSV(B) | 323.18º | 0.66% | 0.79% | - |
| XYZ | 31.72 | 18.88 | 30.83 | - |
| YUV | 117.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 150 | 0 | 0.66 | 0.25 | 0.21 | 323.18 | 0.55 | 0.53 |
| Hex | C9 | 45 | 96 | 0 | 42 | 19 | 15 | 143 | 37 | 35 |
| Octal | 311 | 105 | 226 | 0 | 102 | 31 | 25 | 503 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10010110 | 0 | 1000010 | 11001 | 10101 | 101000011 | 110111 | 110101 |
Color Harmonies of #C94596
Complementary color
Monochromatic Colors of #C94596
Black with #C94596
Text Example
Text Example
White with #C94596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94596; }
p { color: rgb(201,69,150); }
H1.HeaderClassName
{
color: #C94596;
}
.AnyTagClassName
{
color: #C94596;
}
</style>
background-color css
<style>
a { background-color: #C94596; }
a { background-color: rgb(201,69,150); }
div.DivClassName
{
background-color: #C94596;
}
.BgClassName
{
background-color: #C94596;
}
</style>
border-color css
<style>
span { border-color: #C94596; }
span { border-color: rgb(201,69,150); }
td.TdClassName
{
border-color: #C94596;
}
.TagClassName
{
border-color: #C94596;
}
</style>