Shades of Mulberry #C9489F
Tints of Mulberry #C9489F
RGB
CMYK
RGB Variations
Color information
#C9489F (or 0xC9489F) is known color: Mulberry. HEX triplet: C9, 48 and 9F. RGB value is (201,72,159). Sum of RGB (Red+Green+Blue) = 201+72+159=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 159 (62.5% from 255 or 36.81% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C9489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9489F is #36B760. Grayscale: #787878. Windows color (decimal): -3585889 or 10438857. OLE color: 10438857.
HSL color Cylindrical-coordinate representation of color #C9489F: hue angle of 319.53º 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 #C9489F is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 72 | 159 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.21 |
| HSL | 319.53º | 0.54% | 0.54% | - |
| HSV(B) | 319.53º | 0.64% | 0.79% | - |
| XYZ | 32.66 | 19.56 | 34.85 | - |
| YUV | 120.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 72 | 159 | 0 | 0.64 | 0.21 | 0.21 | 319.53 | 0.54 | 0.54 |
| Hex | C9 | 48 | 9F | 0 | 40 | 15 | 15 | 140 | 36 | 36 |
| Octal | 311 | 110 | 237 | 0 | 100 | 25 | 25 | 500 | 66 | 66 |
| Binary | 11001001 | 1001000 | 10011111 | 0 | 1000000 | 10101 | 10101 | 101000000 | 110110 | 110110 |
Color Harmonies of #C9489F
Complementary color
Monochromatic Colors of #C9489F
Black with #C9489F
Text Example
Text Example
White with #C9489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9489F; }
p { color: rgb(201,72,159); }
H1.HeaderClassName
{
color: #C9489F;
}
.AnyTagClassName
{
color: #C9489F;
}
</style>
background-color css
<style>
a { background-color: #C9489F; }
a { background-color: rgb(201,72,159); }
div.DivClassName
{
background-color: #C9489F;
}
.BgClassName
{
background-color: #C9489F;
}
</style>
border-color css
<style>
span { border-color: #C9489F; }
span { border-color: rgb(201,72,159); }
td.TdClassName
{
border-color: #C9489F;
}
.TagClassName
{
border-color: #C9489F;
}
</style>