Shades of Mulberry #C64A9F
Tints of Mulberry #C64A9F
RGB
CMYK
RGB Variations
Color information
#C64A9F (or 0xC64A9F) is known color: Mulberry. HEX triplet: C6, 4A and 9F. RGB value is (198,74,159). Sum of RGB (Red+Green+Blue) = 198+74+159=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A9F is #39B560. Grayscale: #787878. Windows color (decimal): -3781985 or 10439366. OLE color: 10439366.
HSL color Cylindrical-coordinate representation of color #C64A9F: hue angle of 318.87º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A9F is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 159 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.22 |
| HSL | 318.87º | 0.52% | 0.53% | - |
| HSV(B) | 318.87º | 0.63% | 0.78% | - |
| XYZ | 32 | 19.41 | 34.86 | - |
| YUV | 120.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 159 | 0 | 0.63 | 0.20 | 0.22 | 318.87 | 0.52 | 0.53 |
| Hex | C6 | 4A | 9F | 0 | 3F | 14 | 16 | 13F | 34 | 35 |
| Octal | 306 | 112 | 237 | 0 | 77 | 24 | 26 | 477 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10011111 | 0 | 111111 | 10100 | 10110 | 100111111 | 110100 | 110101 |
Color Harmonies of #C64A9F
Complementary color
Monochromatic Colors of #C64A9F
Black with #C64A9F
Text Example
Text Example
White with #C64A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A9F; }
p { color: rgb(198,74,159); }
H1.HeaderClassName
{
color: #C64A9F;
}
.AnyTagClassName
{
color: #C64A9F;
}
</style>
background-color css
<style>
a { background-color: #C64A9F; }
a { background-color: rgb(198,74,159); }
div.DivClassName
{
background-color: #C64A9F;
}
.BgClassName
{
background-color: #C64A9F;
}
</style>
border-color css
<style>
span { border-color: #C64A9F; }
span { border-color: rgb(198,74,159); }
td.TdClassName
{
border-color: #C64A9F;
}
.TagClassName
{
border-color: #C64A9F;
}
</style>