Shades of Mulberry #C15D9E
Tints of Mulberry #C15D9E
RGB
CMYK
RGB Variations
Color information
#C15D9E (or 0xC15D9E) is known color: Mulberry. HEX triplet: C1, 5D and 9E. RGB value is (193,93,158). Sum of RGB (Red+Green+Blue) = 193+93+158=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15D9E is #3EA261. Grayscale: #828282. Windows color (decimal): -4104802 or 10378689. OLE color: 10378689.
HSL color Cylindrical-coordinate representation of color #C15D9E: hue angle of 321º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15D9E is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 158 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.24 |
| HSL | 321º | 0.45% | 0.56% | - |
| HSV(B) | 321º | 0.52% | 0.76% | - |
| XYZ | 32.08 | 21.63 | 34.83 | - |
| YUV | 130.31 | 143.63 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 158 | 0 | 0.52 | 0.18 | 0.24 | 321 | 0.45 | 0.56 |
| Hex | C1 | 5D | 9E | 0 | 34 | 12 | 18 | 141 | 2D | 38 |
| Octal | 301 | 135 | 236 | 0 | 64 | 22 | 30 | 501 | 55 | 70 |
| Binary | 11000001 | 1011101 | 10011110 | 0 | 110100 | 10010 | 11000 | 101000001 | 101101 | 111000 |
Color Harmonies of #C15D9E
Complementary color
Monochromatic Colors of #C15D9E
Black with #C15D9E
Text Example
Text Example
White with #C15D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D9E; }
p { color: rgb(193,93,158); }
H1.HeaderClassName
{
color: #C15D9E;
}
.AnyTagClassName
{
color: #C15D9E;
}
</style>
background-color css
<style>
a { background-color: #C15D9E; }
a { background-color: rgb(193,93,158); }
div.DivClassName
{
background-color: #C15D9E;
}
.BgClassName
{
background-color: #C15D9E;
}
</style>
border-color css
<style>
span { border-color: #C15D9E; }
span { border-color: rgb(193,93,158); }
td.TdClassName
{
border-color: #C15D9E;
}
.TagClassName
{
border-color: #C15D9E;
}
</style>