Shades of Mulberry #C94396
Tints of Mulberry #C94396
RGB
CMYK
RGB Variations
Color information
#C94396 (or 0xC94396) is known color: Mulberry. HEX triplet: C9, 43 and 96. RGB value is (201,67,150). Sum of RGB (Red+Green+Blue) = 201+67+150=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C94396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94396 is #36BC69. Grayscale: #747474. Windows color (decimal): -3587178 or 9847753. OLE color: 9847753.
HSL color Cylindrical-coordinate representation of color #C94396: hue angle of 322.84º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94396 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 67 | 150 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.21 |
| HSL | 322.84º | 0.55% | 0.53% | - |
| HSV(B) | 322.84º | 0.67% | 0.79% | - |
| XYZ | 31.6 | 18.63 | 30.79 | - |
| YUV | 116.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 67 | 150 | 0 | 0.67 | 0.25 | 0.21 | 322.84 | 0.55 | 0.53 |
| Hex | C9 | 43 | 96 | 0 | 43 | 19 | 15 | 143 | 37 | 35 |
| Octal | 311 | 103 | 226 | 0 | 103 | 31 | 25 | 503 | 67 | 65 |
| Binary | 11001001 | 1000011 | 10010110 | 0 | 1000011 | 11001 | 10101 | 101000011 | 110111 | 110101 |
Color Harmonies of #C94396
Complementary color
Monochromatic Colors of #C94396
Black with #C94396
Text Example
Text Example
White with #C94396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94396; }
p { color: rgb(201,67,150); }
H1.HeaderClassName
{
color: #C94396;
}
.AnyTagClassName
{
color: #C94396;
}
</style>
background-color css
<style>
a { background-color: #C94396; }
a { background-color: rgb(201,67,150); }
div.DivClassName
{
background-color: #C94396;
}
.BgClassName
{
background-color: #C94396;
}
</style>
border-color css
<style>
span { border-color: #C94396; }
span { border-color: rgb(201,67,150); }
td.TdClassName
{
border-color: #C94396;
}
.TagClassName
{
border-color: #C94396;
}
</style>