Shades of Mulberry #C9418B
Tints of Mulberry #C9418B
RGB
CMYK
RGB Variations
Color information
#C9418B (or 0xC9418B) is known color: Mulberry. HEX triplet: C9, 41 and 8B. RGB value is (201,65,139). Sum of RGB (Red+Green+Blue) = 201+65+139=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C9418B is #36BE74. Grayscale: #717171. Windows color (decimal): -3587701 or 9126345. OLE color: 9126345.
HSL color Cylindrical-coordinate representation of color #C9418B: hue angle of 327.35º 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 #C9418B is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 139 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.21 |
| HSL | 327.35º | 0.56% | 0.52% | - |
| HSV(B) | 327.35º | 0.68% | 0.79% | - |
| XYZ | 30.64 | 18.06 | 26.3 | - |
| YUV | 114.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 139 | 0 | 0.68 | 0.31 | 0.21 | 327.35 | 0.56 | 0.52 |
| Hex | C9 | 41 | 8B | 0 | 44 | 1F | 15 | 147 | 38 | 34 |
| Octal | 311 | 101 | 213 | 0 | 104 | 37 | 25 | 507 | 70 | 64 |
| Binary | 11001001 | 1000001 | 10001011 | 0 | 1000100 | 11111 | 10101 | 101000111 | 111000 | 110100 |
Color Harmonies of #C9418B
Complementary color
Monochromatic Colors of #C9418B
Black with #C9418B
Text Example
Text Example
White with #C9418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9418B; }
p { color: rgb(201,65,139); }
H1.HeaderClassName
{
color: #C9418B;
}
.AnyTagClassName
{
color: #C9418B;
}
</style>
background-color css
<style>
a { background-color: #C9418B; }
a { background-color: rgb(201,65,139); }
div.DivClassName
{
background-color: #C9418B;
}
.BgClassName
{
background-color: #C9418B;
}
</style>
border-color css
<style>
span { border-color: #C9418B; }
span { border-color: rgb(201,65,139); }
td.TdClassName
{
border-color: #C9418B;
}
.TagClassName
{
border-color: #C9418B;
}
</style>