Shades of Mulberry #C848A8
Tints of Mulberry #C848A8
RGB
CMYK
RGB Variations
Color information
#C848A8 (or 0xC848A8) is known color: Mulberry. HEX triplet: C8, 48 and A8. RGB value is (200,72,168). Sum of RGB (Red+Green+Blue) = 200+72+168=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C848A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C848A8 is #37B757. Grayscale: #787878. Windows color (decimal): -3651416 or 11028680. OLE color: 11028680.
HSL color Cylindrical-coordinate representation of color #C848A8: hue angle of 315º 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 #C848A8 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 168 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.22 |
| HSL | 315º | 0.54% | 0.53% | - |
| HSV(B) | 315º | 0.64% | 0.78% | - |
| XYZ | 33.2 | 19.74 | 39.11 | - |
| YUV | 121.22 | 154.41 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 168 | 0 | 0.64 | 0.16 | 0.22 | 315 | 0.54 | 0.53 |
| Hex | C8 | 48 | A8 | 0 | 40 | 10 | 16 | 13B | 36 | 35 |
| Octal | 310 | 110 | 250 | 0 | 100 | 20 | 26 | 473 | 66 | 65 |
| Binary | 11001000 | 1001000 | 10101000 | 0 | 1000000 | 10000 | 10110 | 100111011 | 110110 | 110101 |
Color Harmonies of #C848A8
Complementary color
Monochromatic Colors of #C848A8
Black with #C848A8
Text Example
Text Example
White with #C848A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C848A8; }
p { color: rgb(200,72,168); }
H1.HeaderClassName
{
color: #C848A8;
}
.AnyTagClassName
{
color: #C848A8;
}
</style>
background-color css
<style>
a { background-color: #C848A8; }
a { background-color: rgb(200,72,168); }
div.DivClassName
{
background-color: #C848A8;
}
.BgClassName
{
background-color: #C848A8;
}
</style>
border-color css
<style>
span { border-color: #C848A8; }
span { border-color: rgb(200,72,168); }
td.TdClassName
{
border-color: #C848A8;
}
.TagClassName
{
border-color: #C848A8;
}
</style>