Shades of Mulberry #C9389D
Tints of Mulberry #C9389D
RGB
CMYK
RGB Variations
Color information
#C9389D (or 0xC9389D) is known color: Mulberry. HEX triplet: C9, 38 and 9D. RGB value is (201,56,157). Sum of RGB (Red+Green+Blue) = 201+56+157=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C9389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9389D is #36C762. Grayscale: #6E6E6E. Windows color (decimal): -3589987 or 10303689. OLE color: 10303689.
HSL color Cylindrical-coordinate representation of color #C9389D: hue angle of 318.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9389D is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 157 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.21 |
| HSL | 318.21º | 0.57% | 0.5% | - |
| HSV(B) | 318.21º | 0.72% | 0.79% | - |
| XYZ | 31.59 | 17.68 | 33.65 | - |
| YUV | 110.87 | 154.04 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 157 | 0 | 0.72 | 0.22 | 0.21 | 318.21 | 0.57 | 0.5 |
| Hex | C9 | 38 | 9D | 0 | 48 | 16 | 15 | 13E | 39 | 32 |
| Octal | 311 | 70 | 235 | 0 | 110 | 26 | 25 | 476 | 71 | 62 |
| Binary | 11001001 | 111000 | 10011101 | 0 | 1001000 | 10110 | 10101 | 100111110 | 111001 | 110010 |
Color Harmonies of #C9389D
Complementary color
Monochromatic Colors of #C9389D
Black with #C9389D
Text Example
Text Example
White with #C9389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9389D; }
p { color: rgb(201,56,157); }
H1.HeaderClassName
{
color: #C9389D;
}
.AnyTagClassName
{
color: #C9389D;
}
</style>
background-color css
<style>
a { background-color: #C9389D; }
a { background-color: rgb(201,56,157); }
div.DivClassName
{
background-color: #C9389D;
}
.BgClassName
{
background-color: #C9389D;
}
</style>
border-color css
<style>
span { border-color: #C9389D; }
span { border-color: rgb(201,56,157); }
td.TdClassName
{
border-color: #C9389D;
}
.TagClassName
{
border-color: #C9389D;
}
</style>