Shades of Mulberry #C9478E
Tints of Mulberry #C9478E
RGB
CMYK
RGB Variations
Color information
#C9478E (or 0xC9478E) is known color: Mulberry. HEX triplet: C9, 47 and 8E. RGB value is (201,71,142). Sum of RGB (Red+Green+Blue) = 201+71+142=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478E is #36B871. Grayscale: #757575. Windows color (decimal): -3586162 or 9324489. OLE color: 9324489.
HSL color Cylindrical-coordinate representation of color #C9478E: hue angle of 327.23º 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 #C9478E is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 142 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.21 |
| HSL | 327.23º | 0.55% | 0.53% | - |
| HSV(B) | 327.23º | 0.65% | 0.79% | - |
| XYZ | 31.22 | 18.88 | 27.59 | - |
| YUV | 117.96 | 141.57 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 142 | 0 | 0.65 | 0.29 | 0.21 | 327.23 | 0.55 | 0.53 |
| Hex | C9 | 47 | 8E | 0 | 41 | 1D | 15 | 147 | 37 | 35 |
| Octal | 311 | 107 | 216 | 0 | 101 | 35 | 25 | 507 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10001110 | 0 | 1000001 | 11101 | 10101 | 101000111 | 110111 | 110101 |
Color Harmonies of #C9478E
Complementary color
Monochromatic Colors of #C9478E
Black with #C9478E
Text Example
Text Example
White with #C9478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9478E; }
p { color: rgb(201,71,142); }
H1.HeaderClassName
{
color: #C9478E;
}
.AnyTagClassName
{
color: #C9478E;
}
</style>
background-color css
<style>
a { background-color: #C9478E; }
a { background-color: rgb(201,71,142); }
div.DivClassName
{
background-color: #C9478E;
}
.BgClassName
{
background-color: #C9478E;
}
</style>
border-color css
<style>
span { border-color: #C9478E; }
span { border-color: rgb(201,71,142); }
td.TdClassName
{
border-color: #C9478E;
}
.TagClassName
{
border-color: #C9478E;
}
</style>