Shades of Mulberry #C8538E
Tints of Mulberry #C8538E
RGB
CMYK
RGB Variations
Color information
#C8538E (or 0xC8538E) is known color: Mulberry. HEX triplet: C8, 53 and 8E. RGB value is (200,83,142). Sum of RGB (Red+Green+Blue) = 200+83+142=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8538E is #37AC71. Grayscale: #7C7C7C. Windows color (decimal): -3648626 or 9327560. OLE color: 9327560.
HSL color Cylindrical-coordinate representation of color #C8538E: hue angle of 329.74º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8538E is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 142 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.22 |
| HSL | 329.74º | 0.52% | 0.55% | - |
| HSV(B) | 329.74º | 0.59% | 0.78% | - |
| XYZ | 31.8 | 20.42 | 27.86 | - |
| YUV | 124.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 142 | 0 | 0.58 | 0.29 | 0.22 | 329.74 | 0.52 | 0.55 |
| Hex | C8 | 53 | 8E | 0 | 3A | 1D | 16 | 14A | 34 | 37 |
| Octal | 310 | 123 | 216 | 0 | 72 | 35 | 26 | 512 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10001110 | 0 | 111010 | 11101 | 10110 | 101001010 | 110100 | 110111 |
Color Harmonies of #C8538E
Complementary color
Monochromatic Colors of #C8538E
Black with #C8538E
Text Example
Text Example
White with #C8538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8538E; }
p { color: rgb(200,83,142); }
H1.HeaderClassName
{
color: #C8538E;
}
.AnyTagClassName
{
color: #C8538E;
}
</style>
background-color css
<style>
a { background-color: #C8538E; }
a { background-color: rgb(200,83,142); }
div.DivClassName
{
background-color: #C8538E;
}
.BgClassName
{
background-color: #C8538E;
}
</style>
border-color css
<style>
span { border-color: #C8538E; }
span { border-color: rgb(200,83,142); }
td.TdClassName
{
border-color: #C8538E;
}
.TagClassName
{
border-color: #C8538E;
}
</style>