Shades of Mulberry #C848A1
Tints of Mulberry #C848A1
RGB
CMYK
RGB Variations
Color information
#C848A1 (or 0xC848A1) is known color: Mulberry. HEX triplet: C8, 48 and A1. RGB value is (200,72,161). Sum of RGB (Red+Green+Blue) = 200+72+161=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C848A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848A1 is #37B75E. Grayscale: #787878. Windows color (decimal): -3651423 or 10569928. OLE color: 10569928.
HSL color Cylindrical-coordinate representation of color #C848A1: hue angle of 318.28º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C848A1 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 161 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.22 |
| HSL | 318.28º | 0.54% | 0.53% | - |
| HSV(B) | 318.28º | 0.64% | 0.78% | - |
| XYZ | 32.57 | 19.49 | 35.76 | - |
| YUV | 120.42 | 150.91 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 161 | 0 | 0.64 | 0.19 | 0.22 | 318.28 | 0.54 | 0.53 |
| Hex | C8 | 48 | A1 | 0 | 40 | 13 | 16 | 13E | 36 | 35 |
| Octal | 310 | 110 | 241 | 0 | 100 | 23 | 26 | 476 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10100001 | 0 | 1000000 | 10011 | 10110 | 100111110 | 110110 | 110101 |
Color Harmonies of #C848A1
Complementary color
Monochromatic Colors of #C848A1
Black with #C848A1
Text Example
Text Example
White with #C848A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848A1; }
p { color: rgb(200,72,161); }
H1.HeaderClassName
{
color: #C848A1;
}
.AnyTagClassName
{
color: #C848A1;
}
</style>
background-color css
<style>
a { background-color: #C848A1; }
a { background-color: rgb(200,72,161); }
div.DivClassName
{
background-color: #C848A1;
}
.BgClassName
{
background-color: #C848A1;
}
</style>
border-color css
<style>
span { border-color: #C848A1; }
span { border-color: rgb(200,72,161); }
td.TdClassName
{
border-color: #C848A1;
}
.TagClassName
{
border-color: #C848A1;
}
</style>