Shades of Mulberry #C855A4
Tints of Mulberry #C855A4
RGB
CMYK
RGB Variations
Color information
#C855A4 (or 0xC855A4) is known color: Mulberry. HEX triplet: C8, 55 and A4. RGB value is (200,85,164). Sum of RGB (Red+Green+Blue) = 200+85+164=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C855A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855A4 is #37AA5B. Grayscale: #808080. Windows color (decimal): -3648092 or 10769864. OLE color: 10769864.
HSL color Cylindrical-coordinate representation of color #C855A4: hue angle of 318.78º 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 #C855A4 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 164 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.22 |
| HSL | 318.78º | 0.51% | 0.56% | - |
| HSV(B) | 318.78º | 0.58% | 0.78% | - |
| XYZ | 33.77 | 21.46 | 37.48 | - |
| YUV | 128.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 164 | 0 | 0.58 | 0.18 | 0.22 | 318.78 | 0.51 | 0.56 |
| Hex | C8 | 55 | A4 | 0 | 3A | 12 | 16 | 13F | 33 | 38 |
| Octal | 310 | 125 | 244 | 0 | 72 | 22 | 26 | 477 | 63 | 70 |
| Binary | 11001000 | 1010101 | 10100100 | 0 | 111010 | 10010 | 10110 | 100111111 | 110011 | 111000 |
Color Harmonies of #C855A4
Complementary color
Monochromatic Colors of #C855A4
Black with #C855A4
Text Example
Text Example
White with #C855A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855A4; }
p { color: rgb(200,85,164); }
H1.HeaderClassName
{
color: #C855A4;
}
.AnyTagClassName
{
color: #C855A4;
}
</style>
background-color css
<style>
a { background-color: #C855A4; }
a { background-color: rgb(200,85,164); }
div.DivClassName
{
background-color: #C855A4;
}
.BgClassName
{
background-color: #C855A4;
}
</style>
border-color css
<style>
span { border-color: #C855A4; }
span { border-color: rgb(200,85,164); }
td.TdClassName
{
border-color: #C855A4;
}
.TagClassName
{
border-color: #C855A4;
}
</style>