Shades of Mulberry #C64CA1
Tints of Mulberry #C64CA1
RGB
CMYK
RGB Variations
Color information
#C64CA1 (or 0xC64CA1) is known color: Mulberry. HEX triplet: C6, 4C and A1. RGB value is (198,76,161). Sum of RGB (Red+Green+Blue) = 198+76+161=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CA1 is #39B35E. Grayscale: #797979. Windows color (decimal): -3781471 or 10570950. OLE color: 10570950.
HSL color Cylindrical-coordinate representation of color #C64CA1: hue angle of 318.2º 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 #C64CA1 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 161 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.22 |
| HSL | 318.2º | 0.52% | 0.54% | - |
| HSV(B) | 318.2º | 0.62% | 0.78% | - |
| XYZ | 32.31 | 19.75 | 35.83 | - |
| YUV | 122.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 161 | 0 | 0.62 | 0.19 | 0.22 | 318.2 | 0.52 | 0.54 |
| Hex | C6 | 4C | A1 | 0 | 3E | 13 | 16 | 13E | 34 | 36 |
| Octal | 306 | 114 | 241 | 0 | 76 | 23 | 26 | 476 | 64 | 66 |
| Binary | 11000110 | 1001100 | 10100001 | 0 | 111110 | 10011 | 10110 | 100111110 | 110100 | 110110 |
Color Harmonies of #C64CA1
Complementary color
Monochromatic Colors of #C64CA1
Black with #C64CA1
Text Example
Text Example
White with #C64CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64CA1; }
p { color: rgb(198,76,161); }
H1.HeaderClassName
{
color: #C64CA1;
}
.AnyTagClassName
{
color: #C64CA1;
}
</style>
background-color css
<style>
a { background-color: #C64CA1; }
a { background-color: rgb(198,76,161); }
div.DivClassName
{
background-color: #C64CA1;
}
.BgClassName
{
background-color: #C64CA1;
}
</style>
border-color css
<style>
span { border-color: #C64CA1; }
span { border-color: rgb(198,76,161); }
td.TdClassName
{
border-color: #C64CA1;
}
.TagClassName
{
border-color: #C64CA1;
}
</style>