Shades of Mulberry #C64E83
Tints of Mulberry #C64E83
RGB
CMYK
RGB Variations
Color information
#C64E83 (or 0xC64E83) is known color: Mulberry. HEX triplet: C6, 4E and 83. RGB value is (198,78,131). Sum of RGB (Red+Green+Blue) = 198+78+131=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E83 is #39B17C. Grayscale: #777777. Windows color (decimal): -3780989 or 8605382. OLE color: 8605382.
HSL color Cylindrical-coordinate representation of color #C64E83: hue angle of 333.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 #C64E83 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 131 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.22 |
| HSL | 333.5º | 0.51% | 0.54% | - |
| HSV(B) | 333.5º | 0.61% | 0.78% | - |
| XYZ | 30.11 | 19.09 | 23.57 | - |
| YUV | 119.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 131 | 0 | 0.61 | 0.34 | 0.22 | 333.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 83 | 0 | 3D | 22 | 16 | 14E | 33 | 36 |
| Octal | 306 | 116 | 203 | 0 | 75 | 42 | 26 | 516 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10000011 | 0 | 111101 | 100010 | 10110 | 101001110 | 110011 | 110110 |
Color Harmonies of #C64E83
Complementary color
Monochromatic Colors of #C64E83
Black with #C64E83
Text Example
Text Example
White with #C64E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E83; }
p { color: rgb(198,78,131); }
H1.HeaderClassName
{
color: #C64E83;
}
.AnyTagClassName
{
color: #C64E83;
}
</style>
background-color css
<style>
a { background-color: #C64E83; }
a { background-color: rgb(198,78,131); }
div.DivClassName
{
background-color: #C64E83;
}
.BgClassName
{
background-color: #C64E83;
}
</style>
border-color css
<style>
span { border-color: #C64E83; }
span { border-color: rgb(198,78,131); }
td.TdClassName
{
border-color: #C64E83;
}
.TagClassName
{
border-color: #C64E83;
}
</style>