Shades of Mulberry #C84AA4
Tints of Mulberry #C84AA4
RGB
CMYK
RGB Variations
Color information
#C84AA4 (or 0xC84AA4) is known color: Mulberry. HEX triplet: C8, 4A and A4. RGB value is (200,74,164). Sum of RGB (Red+Green+Blue) = 200+74+164=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 164 (64.45% from 255 or 37.44% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C84AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84AA4 is #37B55B. Grayscale: #797979. Windows color (decimal): -3650908 or 10767048. OLE color: 10767048.
HSL color Cylindrical-coordinate representation of color #C84AA4: hue angle of 317.14º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C84AA4 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 74 | 164 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.22 |
| HSL | 317.14º | 0.53% | 0.54% | - |
| HSV(B) | 317.14º | 0.63% | 0.78% | - |
| XYZ | 32.97 | 19.86 | 37.22 | - |
| YUV | 121.93 | 151.74 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 74 | 164 | 0 | 0.63 | 0.18 | 0.22 | 317.14 | 0.53 | 0.54 |
| Hex | C8 | 4A | A4 | 0 | 3F | 12 | 16 | 13D | 35 | 36 |
| Octal | 310 | 112 | 244 | 0 | 77 | 22 | 26 | 475 | 65 | 66 |
| Binary | 11001000 | 1001010 | 10100100 | 0 | 111111 | 10010 | 10110 | 100111101 | 110101 | 110110 |
Color Harmonies of #C84AA4
Complementary color
Monochromatic Colors of #C84AA4
Black with #C84AA4
Text Example
Text Example
White with #C84AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84AA4; }
p { color: rgb(200,74,164); }
H1.HeaderClassName
{
color: #C84AA4;
}
.AnyTagClassName
{
color: #C84AA4;
}
</style>
background-color css
<style>
a { background-color: #C84AA4; }
a { background-color: rgb(200,74,164); }
div.DivClassName
{
background-color: #C84AA4;
}
.BgClassName
{
background-color: #C84AA4;
}
</style>
border-color css
<style>
span { border-color: #C84AA4; }
span { border-color: rgb(200,74,164); }
td.TdClassName
{
border-color: #C84AA4;
}
.TagClassName
{
border-color: #C84AA4;
}
</style>