Shades of Mulberry #C64E8E
Tints of Mulberry #C64E8E
RGB
CMYK
RGB Variations
Color information
#C64E8E (or 0xC64E8E) is known color: Mulberry. HEX triplet: C6, 4E and 8E. RGB value is (198,78,142). Sum of RGB (Red+Green+Blue) = 198+78+142=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 78 (30.86% from 255 or 18.66% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E8E is #39B171. Grayscale: #797979. Windows color (decimal): -3780978 or 9326278. OLE color: 9326278.
HSL color Cylindrical-coordinate representation of color #C64E8E: hue angle of 328º 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 #C64E8E is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 142 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.22 |
| HSL | 328º | 0.51% | 0.54% | - |
| HSV(B) | 328º | 0.61% | 0.78% | - |
| XYZ | 30.9 | 19.41 | 27.71 | - |
| YUV | 121.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 142 | 0 | 0.61 | 0.28 | 0.22 | 328 | 0.51 | 0.54 |
| Hex | C6 | 4E | 8E | 0 | 3D | 1C | 16 | 148 | 33 | 36 |
| Octal | 306 | 116 | 216 | 0 | 75 | 34 | 26 | 510 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10001110 | 0 | 111101 | 11100 | 10110 | 101001000 | 110011 | 110110 |
Color Harmonies of #C64E8E
Complementary color
Monochromatic Colors of #C64E8E
Black with #C64E8E
Text Example
Text Example
White with #C64E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E8E; }
p { color: rgb(198,78,142); }
H1.HeaderClassName
{
color: #C64E8E;
}
.AnyTagClassName
{
color: #C64E8E;
}
</style>
background-color css
<style>
a { background-color: #C64E8E; }
a { background-color: rgb(198,78,142); }
div.DivClassName
{
background-color: #C64E8E;
}
.BgClassName
{
background-color: #C64E8E;
}
</style>
border-color css
<style>
span { border-color: #C64E8E; }
span { border-color: rgb(198,78,142); }
td.TdClassName
{
border-color: #C64E8E;
}
.TagClassName
{
border-color: #C64E8E;
}
</style>