Shades of Mulberry #C855A1
Tints of Mulberry #C855A1
RGB
CMYK
RGB Variations
Color information
#C855A1 (or 0xC855A1) is known color: Mulberry. HEX triplet: C8, 55 and A1. RGB value is (200,85,161). Sum of RGB (Red+Green+Blue) = 200+85+161=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A1 is #37AA5E. Grayscale: #7F7F7F. Windows color (decimal): -3648095 or 10573256. OLE color: 10573256.
HSL color Cylindrical-coordinate representation of color #C855A1: hue angle of 320.35º 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 #C855A1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 161 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.22 |
| HSL | 320.35º | 0.51% | 0.56% | - |
| HSV(B) | 320.35º | 0.58% | 0.78% | - |
| XYZ | 33.5 | 21.35 | 36.07 | - |
| YUV | 128.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 161 | 0 | 0.58 | 0.19 | 0.22 | 320.35 | 0.51 | 0.56 |
| Hex | C8 | 55 | A1 | 0 | 3A | 13 | 16 | 140 | 33 | 38 |
| Octal | 310 | 125 | 241 | 0 | 72 | 23 | 26 | 500 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10100001 | 0 | 111010 | 10011 | 10110 | 101000000 | 110011 | 111000 |
Color Harmonies of #C855A1
Complementary color
Monochromatic Colors of #C855A1
Black with #C855A1
Text Example
Text Example
White with #C855A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855A1; }
p { color: rgb(200,85,161); }
H1.HeaderClassName
{
color: #C855A1;
}
.AnyTagClassName
{
color: #C855A1;
}
</style>
background-color css
<style>
a { background-color: #C855A1; }
a { background-color: rgb(200,85,161); }
div.DivClassName
{
background-color: #C855A1;
}
.BgClassName
{
background-color: #C855A1;
}
</style>
border-color css
<style>
span { border-color: #C855A1; }
span { border-color: rgb(200,85,161); }
td.TdClassName
{
border-color: #C855A1;
}
.TagClassName
{
border-color: #C855A1;
}
</style>