Shades of Mulberry #C64A8D
Tints of Mulberry #C64A8D
RGB
CMYK
RGB Variations
Color information
#C64A8D (or 0xC64A8D) is known color: Mulberry. HEX triplet: C6, 4A and 8D. RGB value is (198,74,141). Sum of RGB (Red+Green+Blue) = 198+74+141=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 74 (29.30% from 255 or 17.92% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64A8D is #39B572. Grayscale: #767676. Windows color (decimal): -3782003 or 9259718. OLE color: 9259718.
HSL color Cylindrical-coordinate representation of color #C64A8D: hue angle of 327.58º 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 #C64A8D is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 141 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.22 |
| HSL | 327.58º | 0.52% | 0.53% | - |
| HSV(B) | 327.58º | 0.63% | 0.78% | - |
| XYZ | 30.55 | 18.83 | 27.22 | - |
| YUV | 118.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 141 | 0 | 0.63 | 0.29 | 0.22 | 327.58 | 0.52 | 0.53 |
| Hex | C6 | 4A | 8D | 0 | 3F | 1D | 16 | 148 | 34 | 35 |
| Octal | 306 | 112 | 215 | 0 | 77 | 35 | 26 | 510 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10001101 | 0 | 111111 | 11101 | 10110 | 101001000 | 110100 | 110101 |
Color Harmonies of #C64A8D
Complementary color
Monochromatic Colors of #C64A8D
Black with #C64A8D
Text Example
Text Example
White with #C64A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A8D; }
p { color: rgb(198,74,141); }
H1.HeaderClassName
{
color: #C64A8D;
}
.AnyTagClassName
{
color: #C64A8D;
}
</style>
background-color css
<style>
a { background-color: #C64A8D; }
a { background-color: rgb(198,74,141); }
div.DivClassName
{
background-color: #C64A8D;
}
.BgClassName
{
background-color: #C64A8D;
}
</style>
border-color css
<style>
span { border-color: #C64A8D; }
span { border-color: rgb(198,74,141); }
td.TdClassName
{
border-color: #C64A8D;
}
.TagClassName
{
border-color: #C64A8D;
}
</style>