Shades of Mulberry #C64F94
Tints of Mulberry #C64F94
RGB
CMYK
RGB Variations
Color information
#C64F94 (or 0xC64F94) is known color: Mulberry. HEX triplet: C6, 4F and 94. RGB value is (198,79,148). Sum of RGB (Red+Green+Blue) = 198+79+148=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 79 (31.25% from 255 or 18.59% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F94 is #39B06B. Grayscale: #7A7A7A. Windows color (decimal): -3780716 or 9719750. OLE color: 9719750.
HSL color Cylindrical-coordinate representation of color #C64F94: hue angle of 325.21º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F94 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 148 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.22 |
| HSL | 325.21º | 0.51% | 0.54% | - |
| HSV(B) | 325.21º | 0.6% | 0.78% | - |
| XYZ | 31.43 | 19.74 | 30.17 | - |
| YUV | 122.45 | 142.42 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 148 | 0 | 0.60 | 0.25 | 0.22 | 325.21 | 0.51 | 0.54 |
| Hex | C6 | 4F | 94 | 0 | 3C | 19 | 16 | 145 | 33 | 36 |
| Octal | 306 | 117 | 224 | 0 | 74 | 31 | 26 | 505 | 63 | 66 |
| Binary | 11000110 | 1001111 | 10010100 | 0 | 111100 | 11001 | 10110 | 101000101 | 110011 | 110110 |
Color Harmonies of #C64F94
Complementary color
Monochromatic Colors of #C64F94
Black with #C64F94
Text Example
Text Example
White with #C64F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F94; }
p { color: rgb(198,79,148); }
H1.HeaderClassName
{
color: #C64F94;
}
.AnyTagClassName
{
color: #C64F94;
}
</style>
background-color css
<style>
a { background-color: #C64F94; }
a { background-color: rgb(198,79,148); }
div.DivClassName
{
background-color: #C64F94;
}
.BgClassName
{
background-color: #C64F94;
}
</style>
border-color css
<style>
span { border-color: #C64F94; }
span { border-color: rgb(198,79,148); }
td.TdClassName
{
border-color: #C64F94;
}
.TagClassName
{
border-color: #C64F94;
}
</style>