Shades of Mulberry #C9479F
Tints of Mulberry #C9479F
RGB
CMYK
RGB Variations
Color information
#C9479F (or 0xC9479F) is known color: Mulberry. HEX triplet: C9, 47 and 9F. RGB value is (201,71,159). Sum of RGB (Red+Green+Blue) = 201+71+159=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9479F is #36B860. Grayscale: #777777. Windows color (decimal): -3586145 or 10438601. OLE color: 10438601.
HSL color Cylindrical-coordinate representation of color #C9479F: hue angle of 319.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9479F is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 159 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.21 |
| HSL | 319.38º | 0.55% | 0.53% | - |
| HSV(B) | 319.38º | 0.65% | 0.79% | - |
| XYZ | 32.6 | 19.43 | 34.83 | - |
| YUV | 119.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 159 | 0 | 0.65 | 0.21 | 0.21 | 319.38 | 0.55 | 0.53 |
| Hex | C9 | 47 | 9F | 0 | 41 | 15 | 15 | 13F | 37 | 35 |
| Octal | 311 | 107 | 237 | 0 | 101 | 25 | 25 | 477 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10011111 | 0 | 1000001 | 10101 | 10101 | 100111111 | 110111 | 110101 |
Color Harmonies of #C9479F
Complementary color
Monochromatic Colors of #C9479F
Black with #C9479F
Text Example
Text Example
White with #C9479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9479F; }
p { color: rgb(201,71,159); }
H1.HeaderClassName
{
color: #C9479F;
}
.AnyTagClassName
{
color: #C9479F;
}
</style>
background-color css
<style>
a { background-color: #C9479F; }
a { background-color: rgb(201,71,159); }
div.DivClassName
{
background-color: #C9479F;
}
.BgClassName
{
background-color: #C9479F;
}
</style>
border-color css
<style>
span { border-color: #C9479F; }
span { border-color: rgb(201,71,159); }
td.TdClassName
{
border-color: #C9479F;
}
.TagClassName
{
border-color: #C9479F;
}
</style>