Shades of Mulberry #C64C8C
Tints of Mulberry #C64C8C
RGB
CMYK
RGB Variations
Color information
#C64C8C (or 0xC64C8C) is known color: Mulberry. HEX triplet: C6, 4C and 8C. RGB value is (198,76,140). Sum of RGB (Red+Green+Blue) = 198+76+140=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64C8C is #39B373. Grayscale: #777777. Windows color (decimal): -3781492 or 9194694. OLE color: 9194694.
HSL color Cylindrical-coordinate representation of color #C64C8C: hue angle of 328.52º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C8C is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 140 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.22 |
| HSL | 328.52º | 0.52% | 0.54% | - |
| HSV(B) | 328.52º | 0.62% | 0.78% | - |
| XYZ | 30.61 | 19.07 | 26.88 | - |
| YUV | 119.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 140 | 0 | 0.62 | 0.29 | 0.22 | 328.52 | 0.52 | 0.54 |
| Hex | C6 | 4C | 8C | 0 | 3E | 1D | 16 | 149 | 34 | 36 |
| Octal | 306 | 114 | 214 | 0 | 76 | 35 | 26 | 511 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10001100 | 0 | 111110 | 11101 | 10110 | 101001001 | 110100 | 110110 |
Color Harmonies of #C64C8C
Complementary color
Monochromatic Colors of #C64C8C
Black with #C64C8C
Text Example
Text Example
White with #C64C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C8C; }
p { color: rgb(198,76,140); }
H1.HeaderClassName
{
color: #C64C8C;
}
.AnyTagClassName
{
color: #C64C8C;
}
</style>
background-color css
<style>
a { background-color: #C64C8C; }
a { background-color: rgb(198,76,140); }
div.DivClassName
{
background-color: #C64C8C;
}
.BgClassName
{
background-color: #C64C8C;
}
</style>
border-color css
<style>
span { border-color: #C64C8C; }
span { border-color: rgb(198,76,140); }
td.TdClassName
{
border-color: #C64C8C;
}
.TagClassName
{
border-color: #C64C8C;
}
</style>