Shades of Mulberry #C85DA1
Tints of Mulberry #C85DA1
RGB
CMYK
RGB Variations
Color information
#C85DA1 (or 0xC85DA1) is known color: Mulberry. HEX triplet: C8, 5D and A1. RGB value is (200,93,161). Sum of RGB (Red+Green+Blue) = 200+93+161=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C85DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85DA1 is #37A25E. Grayscale: #848484. Windows color (decimal): -3646047 or 10575304. OLE color: 10575304.
HSL color Cylindrical-coordinate representation of color #C85DA1: hue angle of 321.87º 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 #C85DA1 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 93 | 161 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.22 |
| HSL | 321.87º | 0.49% | 0.57% | - |
| HSV(B) | 321.87º | 0.54% | 0.78% | - |
| XYZ | 34.17 | 22.68 | 36.3 | - |
| YUV | 132.75 | 143.95 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 93 | 161 | 0 | 0.54 | 0.19 | 0.22 | 321.87 | 0.49 | 0.57 |
| Hex | C8 | 5D | A1 | 0 | 36 | 13 | 16 | 142 | 31 | 39 |
| Octal | 310 | 135 | 241 | 0 | 66 | 23 | 26 | 502 | 61 | 71 |
| Binary | 11001000 | 1011101 | 10100001 | 0 | 110110 | 10011 | 10110 | 101000010 | 110001 | 111001 |
Color Harmonies of #C85DA1
Complementary color
Monochromatic Colors of #C85DA1
Black with #C85DA1
Text Example
Text Example
White with #C85DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85DA1; }
p { color: rgb(200,93,161); }
H1.HeaderClassName
{
color: #C85DA1;
}
.AnyTagClassName
{
color: #C85DA1;
}
</style>
background-color css
<style>
a { background-color: #C85DA1; }
a { background-color: rgb(200,93,161); }
div.DivClassName
{
background-color: #C85DA1;
}
.BgClassName
{
background-color: #C85DA1;
}
</style>
border-color css
<style>
span { border-color: #C85DA1; }
span { border-color: rgb(200,93,161); }
td.TdClassName
{
border-color: #C85DA1;
}
.TagClassName
{
border-color: #C85DA1;
}
</style>