Shades of Mulberry #C9409B
Tints of Mulberry #C9409B
RGB
CMYK
RGB Variations
Color information
#C9409B (or 0xC9409B) is known color: Mulberry. HEX triplet: C9, 40 and 9B. RGB value is (201,64,155). Sum of RGB (Red+Green+Blue) = 201+64+155=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9409B is #36BF64. Grayscale: #737373. Windows color (decimal): -3587941 or 10174665. OLE color: 10174665.
HSL color Cylindrical-coordinate representation of color #C9409B: hue angle of 320.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 #C9409B is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 155 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.21 |
| HSL | 320.15º | 0.56% | 0.52% | - |
| HSV(B) | 320.15º | 0.68% | 0.79% | - |
| XYZ | 31.84 | 18.45 | 32.89 | - |
| YUV | 115.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 155 | 0 | 0.68 | 0.23 | 0.21 | 320.15 | 0.56 | 0.52 |
| Hex | C9 | 40 | 9B | 0 | 44 | 17 | 15 | 140 | 38 | 34 |
| Octal | 311 | 100 | 233 | 0 | 104 | 27 | 25 | 500 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10011011 | 0 | 1000100 | 10111 | 10101 | 101000000 | 111000 | 110100 |
Color Harmonies of #C9409B
Complementary color
Monochromatic Colors of #C9409B
Black with #C9409B
Text Example
Text Example
White with #C9409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9409B; }
p { color: rgb(201,64,155); }
H1.HeaderClassName
{
color: #C9409B;
}
.AnyTagClassName
{
color: #C9409B;
}
</style>
background-color css
<style>
a { background-color: #C9409B; }
a { background-color: rgb(201,64,155); }
div.DivClassName
{
background-color: #C9409B;
}
.BgClassName
{
background-color: #C9409B;
}
</style>
border-color css
<style>
span { border-color: #C9409B; }
span { border-color: rgb(201,64,155); }
td.TdClassName
{
border-color: #C9409B;
}
.TagClassName
{
border-color: #C9409B;
}
</style>