Shades of Mulberry #C85D9E
Tints of Mulberry #C85D9E
RGB
CMYK
RGB Variations
Color information
#C85D9E (or 0xC85D9E) is known color: Mulberry. HEX triplet: C8, 5D and 9E. RGB value is (200,93,158). Sum of RGB (Red+Green+Blue) = 200+93+158=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85D9E is #37A261. Grayscale: #848484. Windows color (decimal): -3646050 or 10378696. OLE color: 10378696.
HSL color Cylindrical-coordinate representation of color #C85D9E: hue angle of 323.55º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C85D9E is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 158 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.22 |
| HSL | 323.55º | 0.49% | 0.57% | - |
| HSV(B) | 323.55º | 0.54% | 0.78% | - |
| XYZ | 33.91 | 22.58 | 34.92 | - |
| YUV | 132.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 158 | 0 | 0.54 | 0.21 | 0.22 | 323.55 | 0.49 | 0.57 |
| Hex | C8 | 5D | 9E | 0 | 36 | 15 | 16 | 144 | 31 | 39 |
| Octal | 310 | 135 | 236 | 0 | 66 | 25 | 26 | 504 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10011110 | 0 | 110110 | 10101 | 10110 | 101000100 | 110001 | 111001 |
Color Harmonies of #C85D9E
Complementary color
Monochromatic Colors of #C85D9E
Black with #C85D9E
Text Example
Text Example
White with #C85D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85D9E; }
p { color: rgb(200,93,158); }
H1.HeaderClassName
{
color: #C85D9E;
}
.AnyTagClassName
{
color: #C85D9E;
}
</style>
background-color css
<style>
a { background-color: #C85D9E; }
a { background-color: rgb(200,93,158); }
div.DivClassName
{
background-color: #C85D9E;
}
.BgClassName
{
background-color: #C85D9E;
}
</style>
border-color css
<style>
span { border-color: #C85D9E; }
span { border-color: rgb(200,93,158); }
td.TdClassName
{
border-color: #C85D9E;
}
.TagClassName
{
border-color: #C85D9E;
}
</style>