Shades of Mulberry #C855A0
Tints of Mulberry #C855A0
RGB
CMYK
RGB Variations
Color information
#C855A0 (or 0xC855A0) is known color: Mulberry. HEX triplet: C8, 55 and A0. RGB value is (200,85,160). Sum of RGB (Red+Green+Blue) = 200+85+160=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A0 is #37AA5F. Grayscale: #7F7F7F. Windows color (decimal): -3648096 or 10507720. OLE color: 10507720.
HSL color Cylindrical-coordinate representation of color #C855A0: hue angle of 320.87º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855A0 is Cyan = 0, Magento = 0.58, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 160 | - |
| CMYK | 0 | 0.58 | 0.2 | 0.22 |
| HSL | 320.87º | 0.51% | 0.56% | - |
| HSV(B) | 320.87º | 0.58% | 0.78% | - |
| XYZ | 33.41 | 21.31 | 35.61 | - |
| YUV | 127.94 | 146.1 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 160 | 0 | 0.58 | 0.2 | 0.22 | 320.87 | 0.51 | 0.56 |
| Hex | C8 | 55 | A0 | 0 | 3A | 14 | 16 | 141 | 33 | 38 |
| Octal | 310 | 125 | 240 | 0 | 72 | 24 | 26 | 501 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10100000 | 0 | 111010 | 10100 | 10110 | 101000001 | 110011 | 111000 |
Color Harmonies of #C855A0
Complementary color
Monochromatic Colors of #C855A0
Black with #C855A0
Text Example
Text Example
White with #C855A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855A0; }
p { color: rgb(200,85,160); }
H1.HeaderClassName
{
color: #C855A0;
}
.AnyTagClassName
{
color: #C855A0;
}
</style>
background-color css
<style>
a { background-color: #C855A0; }
a { background-color: rgb(200,85,160); }
div.DivClassName
{
background-color: #C855A0;
}
.BgClassName
{
background-color: #C855A0;
}
</style>
border-color css
<style>
span { border-color: #C855A0; }
span { border-color: rgb(200,85,160); }
td.TdClassName
{
border-color: #C855A0;
}
.TagClassName
{
border-color: #C855A0;
}
</style>