Shades of Mulberry #C95D9E
Tints of Mulberry #C95D9E
RGB
CMYK
RGB Variations
Color information
#C95D9E (or 0xC95D9E) is known color: Mulberry. HEX triplet: C9, 5D and 9E. RGB value is (201,93,158). Sum of RGB (Red+Green+Blue) = 201+93+158=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95D9E is #36A261. Grayscale: #848484. Windows color (decimal): -3580514 or 10378697. OLE color: 10378697.
HSL color Cylindrical-coordinate representation of color #C95D9E: hue angle of 323.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D9E is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 158 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.21 |
| HSL | 323.89º | 0.5% | 0.58% | - |
| HSV(B) | 323.89º | 0.54% | 0.79% | - |
| XYZ | 34.17 | 22.71 | 34.93 | - |
| YUV | 132.7 | 142.28 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 158 | 0 | 0.54 | 0.21 | 0.21 | 323.89 | 0.5 | 0.58 |
| Hex | C9 | 5D | 9E | 0 | 36 | 15 | 15 | 144 | 32 | 3A |
| Octal | 311 | 135 | 236 | 0 | 66 | 25 | 25 | 504 | 62 | 72 |
| Binary | 11001001 | 1011101 | 10011110 | 0 | 110110 | 10101 | 10101 | 101000100 | 110010 | 111010 |
Color Harmonies of #C95D9E
Complementary color
Monochromatic Colors of #C95D9E
Black with #C95D9E
Text Example
Text Example
White with #C95D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D9E; }
p { color: rgb(201,93,158); }
H1.HeaderClassName
{
color: #C95D9E;
}
.AnyTagClassName
{
color: #C95D9E;
}
</style>
background-color css
<style>
a { background-color: #C95D9E; }
a { background-color: rgb(201,93,158); }
div.DivClassName
{
background-color: #C95D9E;
}
.BgClassName
{
background-color: #C95D9E;
}
</style>
border-color css
<style>
span { border-color: #C95D9E; }
span { border-color: rgb(201,93,158); }
td.TdClassName
{
border-color: #C95D9E;
}
.TagClassName
{
border-color: #C95D9E;
}
</style>