Shades of Mulberry #C64AA4
Tints of Mulberry #C64AA4
RGB
CMYK
RGB Variations
Color information
#C64AA4 (or 0xC64AA4) is known color: Mulberry. HEX triplet: C6, 4A and A4. RGB value is (198,74,164). Sum of RGB (Red+Green+Blue) = 198+74+164=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C64AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64AA4 is #39B55B. Grayscale: #797979. Windows color (decimal): -3781980 or 10767046. OLE color: 10767046.
HSL color Cylindrical-coordinate representation of color #C64AA4: hue angle of 316.45º 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 #C64AA4 is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 164 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.22 |
| HSL | 316.45º | 0.52% | 0.53% | - |
| HSV(B) | 316.45º | 0.63% | 0.78% | - |
| XYZ | 32.44 | 19.58 | 37.19 | - |
| YUV | 121.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 164 | 0 | 0.63 | 0.17 | 0.22 | 316.45 | 0.52 | 0.53 |
| Hex | C6 | 4A | A4 | 0 | 3F | 11 | 16 | 13C | 34 | 35 |
| Octal | 306 | 112 | 244 | 0 | 77 | 21 | 26 | 474 | 64 | 65 |
| Binary | 11000110 | 1001010 | 10100100 | 0 | 111111 | 10001 | 10110 | 100111100 | 110100 | 110101 |
Color Harmonies of #C64AA4
Complementary color
Monochromatic Colors of #C64AA4
Black with #C64AA4
Text Example
Text Example
White with #C64AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64AA4; }
p { color: rgb(198,74,164); }
H1.HeaderClassName
{
color: #C64AA4;
}
.AnyTagClassName
{
color: #C64AA4;
}
</style>
background-color css
<style>
a { background-color: #C64AA4; }
a { background-color: rgb(198,74,164); }
div.DivClassName
{
background-color: #C64AA4;
}
.BgClassName
{
background-color: #C64AA4;
}
</style>
border-color css
<style>
span { border-color: #C64AA4; }
span { border-color: rgb(198,74,164); }
td.TdClassName
{
border-color: #C64AA4;
}
.TagClassName
{
border-color: #C64AA4;
}
</style>