Shades of Mulberry #C8428D
Tints of Mulberry #C8428D
RGB
CMYK
RGB Variations
Color information
#C8428D (or 0xC8428D) is known color: Mulberry. HEX triplet: C8, 42 and 8D. RGB value is (200,66,141). Sum of RGB (Red+Green+Blue) = 200+66+141=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8428D is #37BD72. Grayscale: #727272. Windows color (decimal): -3652979 or 9257672. OLE color: 9257672.
HSL color Cylindrical-coordinate representation of color #C8428D: hue angle of 326.42º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8428D is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 141 | - |
| CMYK | 0 | 0.67 | 0.29 | 0.22 |
| HSL | 326.42º | 0.55% | 0.52% | - |
| HSV(B) | 326.42º | 0.67% | 0.78% | - |
| XYZ | 30.58 | 18.1 | 27.08 | - |
| YUV | 114.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 141 | 0 | 0.67 | 0.29 | 0.22 | 326.42 | 0.55 | 0.52 |
| Hex | C8 | 42 | 8D | 0 | 43 | 1D | 16 | 146 | 37 | 34 |
| Octal | 310 | 102 | 215 | 0 | 103 | 35 | 26 | 506 | 67 | 64 |
| Binary | 11001000 | 1000010 | 10001101 | 0 | 1000011 | 11101 | 10110 | 101000110 | 110111 | 110100 |
Color Harmonies of #C8428D
Complementary color
Monochromatic Colors of #C8428D
Black with #C8428D
Text Example
Text Example
White with #C8428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8428D; }
p { color: rgb(200,66,141); }
H1.HeaderClassName
{
color: #C8428D;
}
.AnyTagClassName
{
color: #C8428D;
}
</style>
background-color css
<style>
a { background-color: #C8428D; }
a { background-color: rgb(200,66,141); }
div.DivClassName
{
background-color: #C8428D;
}
.BgClassName
{
background-color: #C8428D;
}
</style>
border-color css
<style>
span { border-color: #C8428D; }
span { border-color: rgb(200,66,141); }
td.TdClassName
{
border-color: #C8428D;
}
.TagClassName
{
border-color: #C8428D;
}
</style>