Shades of Mulberry #C64E8C
Tints of Mulberry #C64E8C
RGB
CMYK
RGB Variations
Color information
#C64E8C (or 0xC64E8C) is known color: Mulberry. HEX triplet: C6, 4E and 8C. RGB value is (198,78,140). Sum of RGB (Red+Green+Blue) = 198+78+140=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E8C is #39B173. Grayscale: #787878. Windows color (decimal): -3780980 or 9195206. OLE color: 9195206.
HSL color Cylindrical-coordinate representation of color #C64E8C: hue angle of 329º 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 #C64E8C is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 140 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.22 |
| HSL | 329º | 0.51% | 0.54% | - |
| HSV(B) | 329º | 0.61% | 0.78% | - |
| XYZ | 30.75 | 19.35 | 26.92 | - |
| YUV | 120.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 140 | 0 | 0.61 | 0.29 | 0.22 | 329 | 0.51 | 0.54 |
| Hex | C6 | 4E | 8C | 0 | 3D | 1D | 16 | 149 | 33 | 36 |
| Octal | 306 | 116 | 214 | 0 | 75 | 35 | 26 | 511 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10001100 | 0 | 111101 | 11101 | 10110 | 101001001 | 110011 | 110110 |
Color Harmonies of #C64E8C
Complementary color
Monochromatic Colors of #C64E8C
Black with #C64E8C
Text Example
Text Example
White with #C64E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E8C; }
p { color: rgb(198,78,140); }
H1.HeaderClassName
{
color: #C64E8C;
}
.AnyTagClassName
{
color: #C64E8C;
}
</style>
background-color css
<style>
a { background-color: #C64E8C; }
a { background-color: rgb(198,78,140); }
div.DivClassName
{
background-color: #C64E8C;
}
.BgClassName
{
background-color: #C64E8C;
}
</style>
border-color css
<style>
span { border-color: #C64E8C; }
span { border-color: rgb(198,78,140); }
td.TdClassName
{
border-color: #C64E8C;
}
.TagClassName
{
border-color: #C64E8C;
}
</style>