Shades of Mulberry #C64A8E
Tints of Mulberry #C64A8E
RGB
CMYK
RGB Variations
Color information
#C64A8E (or 0xC64A8E) is known color: Mulberry. HEX triplet: C6, 4A and 8E. RGB value is (198,74,142). Sum of RGB (Red+Green+Blue) = 198+74+142=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A8E is #39B571. Grayscale: #767676. Windows color (decimal): -3782002 or 9325254. OLE color: 9325254.
HSL color Cylindrical-coordinate representation of color #C64A8E: hue angle of 327.1º 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 #C64A8E is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 142 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.22 |
| HSL | 327.1º | 0.52% | 0.53% | - |
| HSV(B) | 327.1º | 0.63% | 0.78% | - |
| XYZ | 30.62 | 18.86 | 27.62 | - |
| YUV | 118.83 | 141.08 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 142 | 0 | 0.63 | 0.28 | 0.22 | 327.1 | 0.52 | 0.53 |
| Hex | C6 | 4A | 8E | 0 | 3F | 1C | 16 | 147 | 34 | 35 |
| Octal | 306 | 112 | 216 | 0 | 77 | 34 | 26 | 507 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10001110 | 0 | 111111 | 11100 | 10110 | 101000111 | 110100 | 110101 |
Color Harmonies of #C64A8E
Complementary color
Monochromatic Colors of #C64A8E
Black with #C64A8E
Text Example
Text Example
White with #C64A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A8E; }
p { color: rgb(198,74,142); }
H1.HeaderClassName
{
color: #C64A8E;
}
.AnyTagClassName
{
color: #C64A8E;
}
</style>
background-color css
<style>
a { background-color: #C64A8E; }
a { background-color: rgb(198,74,142); }
div.DivClassName
{
background-color: #C64A8E;
}
.BgClassName
{
background-color: #C64A8E;
}
</style>
border-color css
<style>
span { border-color: #C64A8E; }
span { border-color: rgb(198,74,142); }
td.TdClassName
{
border-color: #C64A8E;
}
.TagClassName
{
border-color: #C64A8E;
}
</style>