Shades of Mulberry #C855A2
Tints of Mulberry #C855A2
RGB
CMYK
RGB Variations
Color information
#C855A2 (or 0xC855A2) is known color: Mulberry. HEX triplet: C8, 55 and A2. RGB value is (200,85,162). Sum of RGB (Red+Green+Blue) = 200+85+162=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 162 (63.67% from 255 or 36.24% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A2 is #37AA5D. Grayscale: #7F7F7F. Windows color (decimal): -3648094 or 10638792. OLE color: 10638792.
HSL color Cylindrical-coordinate representation of color #C855A2: hue angle of 319.83º 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 #C855A2 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 162 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.22 |
| HSL | 319.83º | 0.51% | 0.56% | - |
| HSV(B) | 319.83º | 0.58% | 0.78% | - |
| XYZ | 33.59 | 21.39 | 36.54 | - |
| YUV | 128.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 162 | 0 | 0.58 | 0.19 | 0.22 | 319.83 | 0.51 | 0.56 |
| Hex | C8 | 55 | A2 | 0 | 3A | 13 | 16 | 140 | 33 | 38 |
| Octal | 310 | 125 | 242 | 0 | 72 | 23 | 26 | 500 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10100010 | 0 | 111010 | 10011 | 10110 | 101000000 | 110011 | 111000 |
Color Harmonies of #C855A2
Complementary color
Monochromatic Colors of #C855A2
Black with #C855A2
Text Example
Text Example
White with #C855A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855A2; }
p { color: rgb(200,85,162); }
H1.HeaderClassName
{
color: #C855A2;
}
.AnyTagClassName
{
color: #C855A2;
}
</style>
background-color css
<style>
a { background-color: #C855A2; }
a { background-color: rgb(200,85,162); }
div.DivClassName
{
background-color: #C855A2;
}
.BgClassName
{
background-color: #C855A2;
}
</style>
border-color css
<style>
span { border-color: #C855A2; }
span { border-color: rgb(200,85,162); }
td.TdClassName
{
border-color: #C855A2;
}
.TagClassName
{
border-color: #C855A2;
}
</style>