Shades of Mulberry #C64E93
Tints of Mulberry #C64E93
RGB
CMYK
RGB Variations
Color information
#C64E93 (or 0xC64E93) is known color: Mulberry. HEX triplet: C6, 4E and 93. RGB value is (198,78,147). Sum of RGB (Red+Green+Blue) = 198+78+147=423 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.81% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E93 is #39B16C. Grayscale: #797979. Windows color (decimal): -3780973 or 9653958. OLE color: 9653958.
HSL color Cylindrical-coordinate representation of color #C64E93: hue angle of 325.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 #C64E93 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 147 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.22 |
| HSL | 325.5º | 0.51% | 0.54% | - |
| HSV(B) | 325.5º | 0.61% | 0.78% | - |
| XYZ | 31.28 | 19.56 | 29.73 | - |
| YUV | 121.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 147 | 0 | 0.61 | 0.26 | 0.22 | 325.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 93 | 0 | 3D | 1A | 16 | 146 | 33 | 36 |
| Octal | 306 | 116 | 223 | 0 | 75 | 32 | 26 | 506 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10010011 | 0 | 111101 | 11010 | 10110 | 101000110 | 110011 | 110110 |
Color Harmonies of #C64E93
Complementary color
Monochromatic Colors of #C64E93
Black with #C64E93
Text Example
Text Example
White with #C64E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E93; }
p { color: rgb(198,78,147); }
H1.HeaderClassName
{
color: #C64E93;
}
.AnyTagClassName
{
color: #C64E93;
}
</style>
background-color css
<style>
a { background-color: #C64E93; }
a { background-color: rgb(198,78,147); }
div.DivClassName
{
background-color: #C64E93;
}
.BgClassName
{
background-color: #C64E93;
}
</style>
border-color css
<style>
span { border-color: #C64E93; }
span { border-color: rgb(198,78,147); }
td.TdClassName
{
border-color: #C64E93;
}
.TagClassName
{
border-color: #C64E93;
}
</style>