Shades of Mulberry #C94897
Tints of Mulberry #C94897
RGB
CMYK
RGB Variations
Color information
#C94897 (or 0xC94897) is known color: Mulberry. HEX triplet: C9, 48 and 97. RGB value is (201,72,151). Sum of RGB (Red+Green+Blue) = 201+72+151=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C94897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94897 is #36B768. Grayscale: #777777. Windows color (decimal): -3585897 or 9914569. OLE color: 9914569.
HSL color Cylindrical-coordinate representation of color #C94897: hue angle of 323.26º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C94897 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 151 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.21 |
| HSL | 323.26º | 0.54% | 0.54% | - |
| HSV(B) | 323.26º | 0.64% | 0.79% | - |
| XYZ | 31.99 | 19.29 | 31.31 | - |
| YUV | 119.58 | 145.74 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 151 | 0 | 0.64 | 0.25 | 0.21 | 323.26 | 0.54 | 0.54 |
| Hex | C9 | 48 | 97 | 0 | 40 | 19 | 15 | 143 | 36 | 36 |
| Octal | 311 | 110 | 227 | 0 | 100 | 31 | 25 | 503 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10010111 | 0 | 1000000 | 11001 | 10101 | 101000011 | 110110 | 110110 |
Color Harmonies of #C94897
Complementary color
Monochromatic Colors of #C94897
Black with #C94897
Text Example
Text Example
White with #C94897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94897; }
p { color: rgb(201,72,151); }
H1.HeaderClassName
{
color: #C94897;
}
.AnyTagClassName
{
color: #C94897;
}
</style>
background-color css
<style>
a { background-color: #C94897; }
a { background-color: rgb(201,72,151); }
div.DivClassName
{
background-color: #C94897;
}
.BgClassName
{
background-color: #C94897;
}
</style>
border-color css
<style>
span { border-color: #C94897; }
span { border-color: rgb(201,72,151); }
td.TdClassName
{
border-color: #C94897;
}
.TagClassName
{
border-color: #C94897;
}
</style>