Shades of Mulberry #C85CA1
Tints of Mulberry #C85CA1
RGB
CMYK
RGB Variations
Color information
#C85CA1 (or 0xC85CA1) is known color: Mulberry. HEX triplet: C8, 5C and A1. RGB value is (200,92,161). Sum of RGB (Red+Green+Blue) = 200+92+161=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C85CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85CA1 is #37A35E. Grayscale: #838383. Windows color (decimal): -3646303 or 10575048. OLE color: 10575048.
HSL color Cylindrical-coordinate representation of color #C85CA1: hue angle of 321.67º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85CA1 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 92 | 161 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.22 |
| HSL | 321.67º | 0.5% | 0.57% | - |
| HSV(B) | 321.67º | 0.54% | 0.78% | - |
| XYZ | 34.08 | 22.51 | 36.27 | - |
| YUV | 132.16 | 144.28 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 161 | 0 | 0.54 | 0.19 | 0.22 | 321.67 | 0.5 | 0.57 |
| Hex | C8 | 5C | A1 | 0 | 36 | 13 | 16 | 142 | 32 | 39 |
| Octal | 310 | 134 | 241 | 0 | 66 | 23 | 26 | 502 | 62 | 71 |
| Binary | 11001000 | 1011100 | 10100001 | 0 | 110110 | 10011 | 10110 | 101000010 | 110010 | 111001 |
Color Harmonies of #C85CA1
Complementary color
Monochromatic Colors of #C85CA1
Black with #C85CA1
Text Example
Text Example
White with #C85CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CA1; }
p { color: rgb(200,92,161); }
H1.HeaderClassName
{
color: #C85CA1;
}
.AnyTagClassName
{
color: #C85CA1;
}
</style>
background-color css
<style>
a { background-color: #C85CA1; }
a { background-color: rgb(200,92,161); }
div.DivClassName
{
background-color: #C85CA1;
}
.BgClassName
{
background-color: #C85CA1;
}
</style>
border-color css
<style>
span { border-color: #C85CA1; }
span { border-color: rgb(200,92,161); }
td.TdClassName
{
border-color: #C85CA1;
}
.TagClassName
{
border-color: #C85CA1;
}
</style>