Shades of Mulberry #C9478B
Tints of Mulberry #C9478B
RGB
CMYK
RGB Variations
Color information
#C9478B (or 0xC9478B) is known color: Mulberry. HEX triplet: C9, 47 and 8B. RGB value is (201,71,139). Sum of RGB (Red+Green+Blue) = 201+71+139=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C9478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9478B is #36B874. Grayscale: #757575. Windows color (decimal): -3586165 or 9127881. OLE color: 9127881.
HSL color Cylindrical-coordinate representation of color #C9478B: hue angle of 328.62º 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 #C9478B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 71 | 139 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.21 |
| HSL | 328.62º | 0.55% | 0.53% | - |
| HSV(B) | 328.62º | 0.65% | 0.79% | - |
| XYZ | 31 | 18.79 | 26.42 | - |
| YUV | 117.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 139 | 0 | 0.65 | 0.31 | 0.21 | 328.62 | 0.55 | 0.53 |
| Hex | C9 | 47 | 8B | 0 | 41 | 1F | 15 | 149 | 37 | 35 |
| Octal | 311 | 107 | 213 | 0 | 101 | 37 | 25 | 511 | 67 | 65 |
| Binary | 11001001 | 1000111 | 10001011 | 0 | 1000001 | 11111 | 10101 | 101001001 | 110111 | 110101 |
Color Harmonies of #C9478B
Complementary color
Monochromatic Colors of #C9478B
Black with #C9478B
Text Example
Text Example
White with #C9478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9478B; }
p { color: rgb(201,71,139); }
H1.HeaderClassName
{
color: #C9478B;
}
.AnyTagClassName
{
color: #C9478B;
}
</style>
background-color css
<style>
a { background-color: #C9478B; }
a { background-color: rgb(201,71,139); }
div.DivClassName
{
background-color: #C9478B;
}
.BgClassName
{
background-color: #C9478B;
}
</style>
border-color css
<style>
span { border-color: #C9478B; }
span { border-color: rgb(201,71,139); }
td.TdClassName
{
border-color: #C9478B;
}
.TagClassName
{
border-color: #C9478B;
}
</style>