Shades of Mulberry #C855A3
Tints of Mulberry #C855A3
RGB
CMYK
RGB Variations
Color information
#C855A3 (or 0xC855A3) is known color: Mulberry. HEX triplet: C8, 55 and A3. RGB value is (200,85,163). Sum of RGB (Red+Green+Blue) = 200+85+163=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 85 (33.59% from 255 or 18.97% from 448); Blue value is 163 (64.06% from 255 or 36.38% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A3 is #37AA5C. Grayscale: #808080. Windows color (decimal): -3648093 or 10704328. OLE color: 10704328.
HSL color Cylindrical-coordinate representation of color #C855A3: hue angle of 319.3º 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 #C855A3 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 163 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.22 |
| HSL | 319.3º | 0.51% | 0.56% | - |
| HSV(B) | 319.3º | 0.58% | 0.78% | - |
| XYZ | 33.68 | 21.42 | 37.01 | - |
| YUV | 128.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 163 | 0 | 0.58 | 0.18 | 0.22 | 319.3 | 0.51 | 0.56 |
| Hex | C8 | 55 | A3 | 0 | 3A | 12 | 16 | 13F | 33 | 38 |
| Octal | 310 | 125 | 243 | 0 | 72 | 22 | 26 | 477 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10100011 | 0 | 111010 | 10010 | 10110 | 100111111 | 110011 | 111000 |
Color Harmonies of #C855A3
Complementary color
Monochromatic Colors of #C855A3
Black with #C855A3
Text Example
Text Example
White with #C855A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855A3; }
p { color: rgb(200,85,163); }
H1.HeaderClassName
{
color: #C855A3;
}
.AnyTagClassName
{
color: #C855A3;
}
</style>
background-color css
<style>
a { background-color: #C855A3; }
a { background-color: rgb(200,85,163); }
div.DivClassName
{
background-color: #C855A3;
}
.BgClassName
{
background-color: #C855A3;
}
</style>
border-color css
<style>
span { border-color: #C855A3; }
span { border-color: rgb(200,85,163); }
td.TdClassName
{
border-color: #C855A3;
}
.TagClassName
{
border-color: #C855A3;
}
</style>