Shades of Mulberry #C64D8D
Tints of Mulberry #C64D8D
RGB
CMYK
RGB Variations
Color information
#C64D8D (or 0xC64D8D) is known color: Mulberry. HEX triplet: C6, 4D and 8D. RGB value is (198,77,141). Sum of RGB (Red+Green+Blue) = 198+77+141=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D8D is #39B272. Grayscale: #787878. Windows color (decimal): -3781235 or 9260486. OLE color: 9260486.
HSL color Cylindrical-coordinate representation of color #C64D8D: hue angle of 328.26º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64D8D is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 141 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.22 |
| HSL | 328.26º | 0.51% | 0.54% | - |
| HSV(B) | 328.26º | 0.61% | 0.78% | - |
| XYZ | 30.75 | 19.24 | 27.29 | - |
| YUV | 120.48 | 139.59 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 141 | 0 | 0.61 | 0.29 | 0.22 | 328.26 | 0.51 | 0.54 |
| Hex | C6 | 4D | 8D | 0 | 3D | 1D | 16 | 148 | 33 | 36 |
| Octal | 306 | 115 | 215 | 0 | 75 | 35 | 26 | 510 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10001101 | 0 | 111101 | 11101 | 10110 | 101001000 | 110011 | 110110 |
Color Harmonies of #C64D8D
Complementary color
Monochromatic Colors of #C64D8D
Black with #C64D8D
Text Example
Text Example
White with #C64D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D8D; }
p { color: rgb(198,77,141); }
H1.HeaderClassName
{
color: #C64D8D;
}
.AnyTagClassName
{
color: #C64D8D;
}
</style>
background-color css
<style>
a { background-color: #C64D8D; }
a { background-color: rgb(198,77,141); }
div.DivClassName
{
background-color: #C64D8D;
}
.BgClassName
{
background-color: #C64D8D;
}
</style>
border-color css
<style>
span { border-color: #C64D8D; }
span { border-color: rgb(198,77,141); }
td.TdClassName
{
border-color: #C64D8D;
}
.TagClassName
{
border-color: #C64D8D;
}
</style>