Shades of Mulberry #C8528D
Tints of Mulberry #C8528D
RGB
CMYK
RGB Variations
Color information
#C8528D (or 0xC8528D) is known color: Mulberry. HEX triplet: C8, 52 and 8D. RGB value is (200,82,141). Sum of RGB (Red+Green+Blue) = 200+82+141=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C8528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8528D is #37AD72. Grayscale: #7B7B7B. Windows color (decimal): -3648883 or 9261768. OLE color: 9261768.
HSL color Cylindrical-coordinate representation of color #C8528D: hue angle of 330º 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 #C8528D is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 141 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.22 |
| HSL | 330º | 0.52% | 0.55% | - |
| HSV(B) | 330º | 0.59% | 0.78% | - |
| XYZ | 31.64 | 20.24 | 27.44 | - |
| YUV | 124.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 141 | 0 | 0.59 | 0.29 | 0.22 | 330 | 0.52 | 0.55 |
| Hex | C8 | 52 | 8D | 0 | 3B | 1D | 16 | 14A | 34 | 37 |
| Octal | 310 | 122 | 215 | 0 | 73 | 35 | 26 | 512 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10001101 | 0 | 111011 | 11101 | 10110 | 101001010 | 110100 | 110111 |
Color Harmonies of #C8528D
Complementary color
Monochromatic Colors of #C8528D
Black with #C8528D
Text Example
Text Example
White with #C8528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8528D; }
p { color: rgb(200,82,141); }
H1.HeaderClassName
{
color: #C8528D;
}
.AnyTagClassName
{
color: #C8528D;
}
</style>
background-color css
<style>
a { background-color: #C8528D; }
a { background-color: rgb(200,82,141); }
div.DivClassName
{
background-color: #C8528D;
}
.BgClassName
{
background-color: #C8528D;
}
</style>
border-color css
<style>
span { border-color: #C8528D; }
span { border-color: rgb(200,82,141); }
td.TdClassName
{
border-color: #C8528D;
}
.TagClassName
{
border-color: #C8528D;
}
</style>