Shades of Mulberry #C94496
Tints of Mulberry #C94496
RGB
CMYK
RGB Variations
Color information
#C94496 (or 0xC94496) is known color: Mulberry. HEX triplet: C9, 44 and 96. RGB value is (201,68,150). Sum of RGB (Red+Green+Blue) = 201+68+150=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C94496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94496 is #36BB69. Grayscale: #747474. Windows color (decimal): -3586922 or 9848009. OLE color: 9848009.
HSL color Cylindrical-coordinate representation of color #C94496: hue angle of 323.01º 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 #C94496 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 150 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.21 |
| HSL | 323.01º | 0.55% | 0.53% | - |
| HSV(B) | 323.01º | 0.66% | 0.79% | - |
| XYZ | 31.66 | 18.75 | 30.81 | - |
| YUV | 117.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 150 | 0 | 0.66 | 0.25 | 0.21 | 323.01 | 0.55 | 0.53 |
| Hex | C9 | 44 | 96 | 0 | 42 | 19 | 15 | 143 | 37 | 35 |
| Octal | 311 | 104 | 226 | 0 | 102 | 31 | 25 | 503 | 67 | 65 |
| Binary | 11001001 | 1000100 | 10010110 | 0 | 1000010 | 11001 | 10101 | 101000011 | 110111 | 110101 |
Color Harmonies of #C94496
Complementary color
Monochromatic Colors of #C94496
Black with #C94496
Text Example
Text Example
White with #C94496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94496; }
p { color: rgb(201,68,150); }
H1.HeaderClassName
{
color: #C94496;
}
.AnyTagClassName
{
color: #C94496;
}
</style>
background-color css
<style>
a { background-color: #C94496; }
a { background-color: rgb(201,68,150); }
div.DivClassName
{
background-color: #C94496;
}
.BgClassName
{
background-color: #C94496;
}
</style>
border-color css
<style>
span { border-color: #C94496; }
span { border-color: rgb(201,68,150); }
td.TdClassName
{
border-color: #C94496;
}
.TagClassName
{
border-color: #C94496;
}
</style>