Shades of Mulberry #C64AA1
Tints of Mulberry #C64AA1
RGB
CMYK
RGB Variations
Color information
#C64AA1 (or 0xC64AA1) is known color: Mulberry. HEX triplet: C6, 4A and A1. RGB value is (198,74,161). Sum of RGB (Red+Green+Blue) = 198+74+161=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AA1 is #39B55E. Grayscale: #787878. Windows color (decimal): -3781983 or 10570438. OLE color: 10570438.
HSL color Cylindrical-coordinate representation of color #C64AA1: hue angle of 317.9º 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 #C64AA1 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 161 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.22 |
| HSL | 317.9º | 0.52% | 0.53% | - |
| HSV(B) | 317.9º | 0.63% | 0.78% | - |
| XYZ | 32.17 | 19.48 | 35.78 | - |
| YUV | 120.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 161 | 0 | 0.63 | 0.19 | 0.22 | 317.9 | 0.52 | 0.53 |
| Hex | C6 | 4A | A1 | 0 | 3F | 13 | 16 | 13E | 34 | 35 |
| Octal | 306 | 112 | 241 | 0 | 77 | 23 | 26 | 476 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10100001 | 0 | 111111 | 10011 | 10110 | 100111110 | 110100 | 110101 |
Color Harmonies of #C64AA1
Complementary color
Monochromatic Colors of #C64AA1
Black with #C64AA1
Text Example
Text Example
White with #C64AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AA1; }
p { color: rgb(198,74,161); }
H1.HeaderClassName
{
color: #C64AA1;
}
.AnyTagClassName
{
color: #C64AA1;
}
</style>
background-color css
<style>
a { background-color: #C64AA1; }
a { background-color: rgb(198,74,161); }
div.DivClassName
{
background-color: #C64AA1;
}
.BgClassName
{
background-color: #C64AA1;
}
</style>
border-color css
<style>
span { border-color: #C64AA1; }
span { border-color: rgb(198,74,161); }
td.TdClassName
{
border-color: #C64AA1;
}
.TagClassName
{
border-color: #C64AA1;
}
</style>