Shades of Mulberry #C8418D
Tints of Mulberry #C8418D
RGB
CMYK
RGB Variations
Color information
#C8418D (or 0xC8418D) is known color: Mulberry. HEX triplet: C8, 41 and 8D. RGB value is (200,65,141). Sum of RGB (Red+Green+Blue) = 200+65+141=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8418D is #37BE72. Grayscale: #717171. Windows color (decimal): -3653235 or 9257416. OLE color: 9257416.
HSL color Cylindrical-coordinate representation of color #C8418D: hue angle of 326.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8418D is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 141 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.22 |
| HSL | 326.22º | 0.55% | 0.52% | - |
| HSV(B) | 326.22º | 0.68% | 0.78% | - |
| XYZ | 30.52 | 17.98 | 27.06 | - |
| YUV | 114.03 | 143.23 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 141 | 0 | 0.68 | 0.29 | 0.22 | 326.22 | 0.55 | 0.52 |
| Hex | C8 | 41 | 8D | 0 | 44 | 1D | 16 | 146 | 37 | 34 |
| Octal | 310 | 101 | 215 | 0 | 104 | 35 | 26 | 506 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10001101 | 0 | 1000100 | 11101 | 10110 | 101000110 | 110111 | 110100 |
Color Harmonies of #C8418D
Complementary color
Monochromatic Colors of #C8418D
Black with #C8418D
Text Example
Text Example
White with #C8418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8418D; }
p { color: rgb(200,65,141); }
H1.HeaderClassName
{
color: #C8418D;
}
.AnyTagClassName
{
color: #C8418D;
}
</style>
background-color css
<style>
a { background-color: #C8418D; }
a { background-color: rgb(200,65,141); }
div.DivClassName
{
background-color: #C8418D;
}
.BgClassName
{
background-color: #C8418D;
}
</style>
border-color css
<style>
span { border-color: #C8418D; }
span { border-color: rgb(200,65,141); }
td.TdClassName
{
border-color: #C8418D;
}
.TagClassName
{
border-color: #C8418D;
}
</style>