Shades of Mulberry #C64E94
Tints of Mulberry #C64E94
RGB
CMYK
RGB Variations
Color information
#C64E94 (or 0xC64E94) is known color: Mulberry. HEX triplet: C6, 4E and 94. RGB value is (198,78,148). Sum of RGB (Red+Green+Blue) = 198+78+148=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 78 (30.86% from 255 or 18.40% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64E94 is #39B16B. Grayscale: #797979. Windows color (decimal): -3780972 or 9719494. OLE color: 9719494.
HSL color Cylindrical-coordinate representation of color #C64E94: hue angle of 325º 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 #C64E94 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 148 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.22 |
| HSL | 325º | 0.51% | 0.54% | - |
| HSV(B) | 325º | 0.61% | 0.78% | - |
| XYZ | 31.36 | 19.59 | 30.15 | - |
| YUV | 121.86 | 142.76 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 148 | 0 | 0.61 | 0.25 | 0.22 | 325 | 0.51 | 0.54 |
| Hex | C6 | 4E | 94 | 0 | 3D | 19 | 16 | 145 | 33 | 36 |
| Octal | 306 | 116 | 224 | 0 | 75 | 31 | 26 | 505 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10010100 | 0 | 111101 | 11001 | 10110 | 101000101 | 110011 | 110110 |
Color Harmonies of #C64E94
Complementary color
Monochromatic Colors of #C64E94
Black with #C64E94
Text Example
Text Example
White with #C64E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E94; }
p { color: rgb(198,78,148); }
H1.HeaderClassName
{
color: #C64E94;
}
.AnyTagClassName
{
color: #C64E94;
}
</style>
background-color css
<style>
a { background-color: #C64E94; }
a { background-color: rgb(198,78,148); }
div.DivClassName
{
background-color: #C64E94;
}
.BgClassName
{
background-color: #C64E94;
}
</style>
border-color css
<style>
span { border-color: #C64E94; }
span { border-color: rgb(198,78,148); }
td.TdClassName
{
border-color: #C64E94;
}
.TagClassName
{
border-color: #C64E94;
}
</style>