Shades of Mulberry #C64F84
Tints of Mulberry #C64F84
RGB
CMYK
RGB Variations
Color information
#C64F84 (or 0xC64F84) is known color: Mulberry. HEX triplet: C6, 4F and 84. RGB value is (198,79,132). Sum of RGB (Red+Green+Blue) = 198+79+132=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 79 (31.25% from 255 or 19.32% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64F84 is #39B07B. Grayscale: #787878. Windows color (decimal): -3780732 or 8671174. OLE color: 8671174.
HSL color Cylindrical-coordinate representation of color #C64F84: hue angle of 333.28º 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 #C64F84 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 132 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.22 |
| HSL | 333.28º | 0.51% | 0.54% | - |
| HSV(B) | 333.28º | 0.6% | 0.78% | - |
| XYZ | 30.25 | 19.26 | 23.95 | - |
| YUV | 120.62 | 134.42 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 132 | 0 | 0.60 | 0.33 | 0.22 | 333.28 | 0.51 | 0.54 |
| Hex | C6 | 4F | 84 | 0 | 3C | 21 | 16 | 14D | 33 | 36 |
| Octal | 306 | 117 | 204 | 0 | 74 | 41 | 26 | 515 | 63 | 66 |
| Binary | 11000110 | 1001111 | 10000100 | 0 | 111100 | 100001 | 10110 | 101001101 | 110011 | 110110 |
Color Harmonies of #C64F84
Complementary color
Monochromatic Colors of #C64F84
Black with #C64F84
Text Example
Text Example
White with #C64F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F84; }
p { color: rgb(198,79,132); }
H1.HeaderClassName
{
color: #C64F84;
}
.AnyTagClassName
{
color: #C64F84;
}
</style>
background-color css
<style>
a { background-color: #C64F84; }
a { background-color: rgb(198,79,132); }
div.DivClassName
{
background-color: #C64F84;
}
.BgClassName
{
background-color: #C64F84;
}
</style>
border-color css
<style>
span { border-color: #C64F84; }
span { border-color: rgb(198,79,132); }
td.TdClassName
{
border-color: #C64F84;
}
.TagClassName
{
border-color: #C64F84;
}
</style>