Shades of Mulberry #C8518E
Tints of Mulberry #C8518E
RGB
CMYK
RGB Variations
Color information
#C8518E (or 0xC8518E) is known color: Mulberry. HEX triplet: C8, 51 and 8E. RGB value is (200,81,142). Sum of RGB (Red+Green+Blue) = 200+81+142=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8518E is #37AE71. Grayscale: #7B7B7B. Windows color (decimal): -3649138 or 9327048. OLE color: 9327048.
HSL color Cylindrical-coordinate representation of color #C8518E: hue angle of 329.24º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8518E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 142 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.22 |
| HSL | 329.24º | 0.52% | 0.55% | - |
| HSV(B) | 329.24º | 0.6% | 0.78% | - |
| XYZ | 31.64 | 20.12 | 27.81 | - |
| YUV | 123.54 | 138.42 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 142 | 0 | 0.59 | 0.29 | 0.22 | 329.24 | 0.52 | 0.55 |
| Hex | C8 | 51 | 8E | 0 | 3B | 1D | 16 | 149 | 34 | 37 |
| Octal | 310 | 121 | 216 | 0 | 73 | 35 | 26 | 511 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10001110 | 0 | 111011 | 11101 | 10110 | 101001001 | 110100 | 110111 |
Color Harmonies of #C8518E
Complementary color
Monochromatic Colors of #C8518E
Black with #C8518E
Text Example
Text Example
White with #C8518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8518E; }
p { color: rgb(200,81,142); }
H1.HeaderClassName
{
color: #C8518E;
}
.AnyTagClassName
{
color: #C8518E;
}
</style>
background-color css
<style>
a { background-color: #C8518E; }
a { background-color: rgb(200,81,142); }
div.DivClassName
{
background-color: #C8518E;
}
.BgClassName
{
background-color: #C8518E;
}
</style>
border-color css
<style>
span { border-color: #C8518E; }
span { border-color: rgb(200,81,142); }
td.TdClassName
{
border-color: #C8518E;
}
.TagClassName
{
border-color: #C8518E;
}
</style>