Shades of Mulberry #C9408B
Tints of Mulberry #C9408B
RGB
CMYK
RGB Variations
Color information
#C9408B (or 0xC9408B) is known color: Mulberry. HEX triplet: C9, 40 and 8B. RGB value is (201,64,139). Sum of RGB (Red+Green+Blue) = 201+64+139=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C9408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9408B is #36BF74. Grayscale: #717171. Windows color (decimal): -3587957 or 9126089. OLE color: 9126089.
HSL color Cylindrical-coordinate representation of color #C9408B: hue angle of 327.15º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9408B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 139 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.21 |
| HSL | 327.15º | 0.56% | 0.52% | - |
| HSV(B) | 327.15º | 0.68% | 0.79% | - |
| XYZ | 30.58 | 17.95 | 26.28 | - |
| YUV | 113.51 | 142.39 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 139 | 0 | 0.68 | 0.31 | 0.21 | 327.15 | 0.56 | 0.52 |
| Hex | C9 | 40 | 8B | 0 | 44 | 1F | 15 | 147 | 38 | 34 |
| Octal | 311 | 100 | 213 | 0 | 104 | 37 | 25 | 507 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10001011 | 0 | 1000100 | 11111 | 10101 | 101000111 | 111000 | 110100 |
Color Harmonies of #C9408B
Complementary color
Monochromatic Colors of #C9408B
Black with #C9408B
Text Example
Text Example
White with #C9408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9408B; }
p { color: rgb(201,64,139); }
H1.HeaderClassName
{
color: #C9408B;
}
.AnyTagClassName
{
color: #C9408B;
}
</style>
background-color css
<style>
a { background-color: #C9408B; }
a { background-color: rgb(201,64,139); }
div.DivClassName
{
background-color: #C9408B;
}
.BgClassName
{
background-color: #C9408B;
}
</style>
border-color css
<style>
span { border-color: #C9408B; }
span { border-color: rgb(201,64,139); }
td.TdClassName
{
border-color: #C9408B;
}
.TagClassName
{
border-color: #C9408B;
}
</style>