Shades of Mulberry #C64EA5
Tints of Mulberry #C64EA5
RGB
CMYK
RGB Variations
Color information
#C64EA5 (or 0xC64EA5) is known color: Mulberry. HEX triplet: C6, 4E and A5. RGB value is (198,78,165). Sum of RGB (Red+Green+Blue) = 198+78+165=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EA5 is #39B15A. Grayscale: #7B7B7B. Windows color (decimal): -3780955 or 10833606. OLE color: 10833606.
HSL color Cylindrical-coordinate representation of color #C64EA5: hue angle of 316.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64EA5 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 165 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.22 |
| HSL | 316.5º | 0.51% | 0.54% | - |
| HSV(B) | 316.5º | 0.61% | 0.78% | - |
| XYZ | 32.8 | 20.17 | 37.76 | - |
| YUV | 123.8 | 151.26 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 165 | 0 | 0.61 | 0.17 | 0.22 | 316.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | A5 | 0 | 3D | 11 | 16 | 13C | 33 | 36 |
| Octal | 306 | 116 | 245 | 0 | 75 | 21 | 26 | 474 | 63 | 66 |
| Binary | 11000110 | 1001110 | 10100101 | 0 | 111101 | 10001 | 10110 | 100111100 | 110011 | 110110 |
Color Harmonies of #C64EA5
Complementary color
Monochromatic Colors of #C64EA5
Black with #C64EA5
Text Example
Text Example
White with #C64EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64EA5; }
p { color: rgb(198,78,165); }
H1.HeaderClassName
{
color: #C64EA5;
}
.AnyTagClassName
{
color: #C64EA5;
}
</style>
background-color css
<style>
a { background-color: #C64EA5; }
a { background-color: rgb(198,78,165); }
div.DivClassName
{
background-color: #C64EA5;
}
.BgClassName
{
background-color: #C64EA5;
}
</style>
border-color css
<style>
span { border-color: #C64EA5; }
span { border-color: rgb(198,78,165); }
td.TdClassName
{
border-color: #C64EA5;
}
.TagClassName
{
border-color: #C64EA5;
}
</style>