Shades of Mulberry #C64D9E
Tints of Mulberry #C64D9E
RGB
CMYK
RGB Variations
Color information
#C64D9E (or 0xC64D9E) is known color: Mulberry. HEX triplet: C6, 4D and 9E. RGB value is (198,77,158). Sum of RGB (Red+Green+Blue) = 198+77+158=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64D9E is #39B261. Grayscale: #7A7A7A. Windows color (decimal): -3781218 or 10374598. OLE color: 10374598.
HSL color Cylindrical-coordinate representation of color #C64D9E: hue angle of 319.83º 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 #C64D9E is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 158 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.22 |
| HSL | 319.83º | 0.51% | 0.54% | - |
| HSV(B) | 319.83º | 0.61% | 0.78% | - |
| XYZ | 32.11 | 19.78 | 34.47 | - |
| YUV | 122.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 158 | 0 | 0.61 | 0.20 | 0.22 | 319.83 | 0.51 | 0.54 |
| Hex | C6 | 4D | 9E | 0 | 3D | 14 | 16 | 140 | 33 | 36 |
| Octal | 306 | 115 | 236 | 0 | 75 | 24 | 26 | 500 | 63 | 66 |
| Binary | 11000110 | 1001101 | 10011110 | 0 | 111101 | 10100 | 10110 | 101000000 | 110011 | 110110 |
Color Harmonies of #C64D9E
Complementary color
Monochromatic Colors of #C64D9E
Black with #C64D9E
Text Example
Text Example
White with #C64D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D9E; }
p { color: rgb(198,77,158); }
H1.HeaderClassName
{
color: #C64D9E;
}
.AnyTagClassName
{
color: #C64D9E;
}
</style>
background-color css
<style>
a { background-color: #C64D9E; }
a { background-color: rgb(198,77,158); }
div.DivClassName
{
background-color: #C64D9E;
}
.BgClassName
{
background-color: #C64D9E;
}
</style>
border-color css
<style>
span { border-color: #C64D9E; }
span { border-color: rgb(198,77,158); }
td.TdClassName
{
border-color: #C64D9E;
}
.TagClassName
{
border-color: #C64D9E;
}
</style>