Shades of Mulberry #C84BA1
Tints of Mulberry #C84BA1
RGB
CMYK
RGB Variations
Color information
#C84BA1 (or 0xC84BA1) is known color: Mulberry. HEX triplet: C8, 4B and A1. RGB value is (200,75,161). Sum of RGB (Red+Green+Blue) = 200+75+161=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C84BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84BA1 is #37B45E. Grayscale: #797979. Windows color (decimal): -3650655 or 10570696. OLE color: 10570696.
HSL color Cylindrical-coordinate representation of color #C84BA1: hue angle of 318.72º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84BA1 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 161 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.22 |
| HSL | 318.72º | 0.53% | 0.54% | - |
| HSV(B) | 318.72º | 0.63% | 0.78% | - |
| XYZ | 32.77 | 19.88 | 35.83 | - |
| YUV | 122.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 161 | 0 | 0.62 | 0.19 | 0.22 | 318.72 | 0.53 | 0.54 |
| Hex | C8 | 4B | A1 | 0 | 3E | 13 | 16 | 13F | 35 | 36 |
| Octal | 310 | 113 | 241 | 0 | 76 | 23 | 26 | 477 | 65 | 66 |
| Binary | 11001000 | 1001011 | 10100001 | 0 | 111110 | 10011 | 10110 | 100111111 | 110101 | 110110 |
Color Harmonies of #C84BA1
Complementary color
Monochromatic Colors of #C84BA1
Black with #C84BA1
Text Example
Text Example
White with #C84BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84BA1; }
p { color: rgb(200,75,161); }
H1.HeaderClassName
{
color: #C84BA1;
}
.AnyTagClassName
{
color: #C84BA1;
}
</style>
background-color css
<style>
a { background-color: #C84BA1; }
a { background-color: rgb(200,75,161); }
div.DivClassName
{
background-color: #C84BA1;
}
.BgClassName
{
background-color: #C84BA1;
}
</style>
border-color css
<style>
span { border-color: #C84BA1; }
span { border-color: rgb(200,75,161); }
td.TdClassName
{
border-color: #C84BA1;
}
.TagClassName
{
border-color: #C84BA1;
}
</style>