Shades of Mulberry #C64E89
Tints of Mulberry #C64E89
RGB
CMYK
RGB Variations
Color information
#C64E89 (or 0xC64E89) is known color: Mulberry. HEX triplet: C6, 4E and 89. RGB value is (198,78,137). Sum of RGB (Red+Green+Blue) = 198+78+137=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E89 is #39B176. Grayscale: #787878. Windows color (decimal): -3780983 or 8998598. OLE color: 8998598.
HSL color Cylindrical-coordinate representation of color #C64E89: hue angle of 330.5º 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 #C64E89 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 137 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.22 |
| HSL | 330.5º | 0.51% | 0.54% | - |
| HSV(B) | 330.5º | 0.61% | 0.78% | - |
| XYZ | 30.53 | 19.26 | 25.78 | - |
| YUV | 120.61 | 137.26 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 137 | 0 | 0.61 | 0.31 | 0.22 | 330.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 89 | 0 | 3D | 1F | 16 | 14A | 33 | 36 |
| Octal | 306 | 116 | 211 | 0 | 75 | 37 | 26 | 512 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10001001 | 0 | 111101 | 11111 | 10110 | 101001010 | 110011 | 110110 |
Color Harmonies of #C64E89
Complementary color
Monochromatic Colors of #C64E89
Black with #C64E89
Text Example
Text Example
White with #C64E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E89; }
p { color: rgb(198,78,137); }
H1.HeaderClassName
{
color: #C64E89;
}
.AnyTagClassName
{
color: #C64E89;
}
</style>
background-color css
<style>
a { background-color: #C64E89; }
a { background-color: rgb(198,78,137); }
div.DivClassName
{
background-color: #C64E89;
}
.BgClassName
{
background-color: #C64E89;
}
</style>
border-color css
<style>
span { border-color: #C64E89; }
span { border-color: rgb(198,78,137); }
td.TdClassName
{
border-color: #C64E89;
}
.TagClassName
{
border-color: #C64E89;
}
</style>