Shades of Mulberry #C95491
Tints of Mulberry #C95491
RGB
CMYK
RGB Variations
Color information
#C95491 (or 0xC95491) is known color: Mulberry. HEX triplet: C9, 54 and 91. RGB value is (201,84,145). Sum of RGB (Red+Green+Blue) = 201+84+145=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C95491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95491 is #36AB6E. Grayscale: #7D7D7D. Windows color (decimal): -3582831 or 9524425. OLE color: 9524425.
HSL color Cylindrical-coordinate representation of color #C95491: hue angle of 328.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95491 is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 145 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.21 |
| HSL | 328.72º | 0.52% | 0.56% | - |
| HSV(B) | 328.72º | 0.58% | 0.79% | - |
| XYZ | 32.37 | 20.8 | 29.1 | - |
| YUV | 125.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 145 | 0 | 0.58 | 0.28 | 0.21 | 328.72 | 0.52 | 0.56 |
| Hex | C9 | 54 | 91 | 0 | 3A | 1C | 15 | 149 | 34 | 38 |
| Octal | 311 | 124 | 221 | 0 | 72 | 34 | 25 | 511 | 64 | 70 |
| Binary | 11001001 | 1010100 | 10010001 | 0 | 111010 | 11100 | 10101 | 101001001 | 110100 | 111000 |
Color Harmonies of #C95491
Complementary color
Monochromatic Colors of #C95491
Black with #C95491
Text Example
Text Example
White with #C95491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95491; }
p { color: rgb(201,84,145); }
H1.HeaderClassName
{
color: #C95491;
}
.AnyTagClassName
{
color: #C95491;
}
</style>
background-color css
<style>
a { background-color: #C95491; }
a { background-color: rgb(201,84,145); }
div.DivClassName
{
background-color: #C95491;
}
.BgClassName
{
background-color: #C95491;
}
</style>
border-color css
<style>
span { border-color: #C95491; }
span { border-color: rgb(201,84,145); }
td.TdClassName
{
border-color: #C95491;
}
.TagClassName
{
border-color: #C95491;
}
</style>