Shades of Mulberry #C853A1
Tints of Mulberry #C853A1
RGB
CMYK
RGB Variations
Color information
#C853A1 (or 0xC853A1) is known color: Mulberry. HEX triplet: C8, 53 and A1. RGB value is (200,83,161). Sum of RGB (Red+Green+Blue) = 200+83+161=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C853A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C853A1 is #37AC5E. Grayscale: #7E7E7E. Windows color (decimal): -3648607 or 10572744. OLE color: 10572744.
HSL color Cylindrical-coordinate representation of color #C853A1: hue angle of 320º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C853A1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 161 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.22 |
| HSL | 320º | 0.52% | 0.55% | - |
| HSV(B) | 320º | 0.59% | 0.78% | - |
| XYZ | 33.35 | 21.04 | 36.02 | - |
| YUV | 126.88 | 147.26 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 161 | 0 | 0.58 | 0.19 | 0.22 | 320 | 0.52 | 0.55 |
| Hex | C8 | 53 | A1 | 0 | 3A | 13 | 16 | 140 | 34 | 37 |
| Octal | 310 | 123 | 241 | 0 | 72 | 23 | 26 | 500 | 64 | 67 |
| Binary | 11001000 | 1010011 | 10100001 | 0 | 111010 | 10011 | 10110 | 101000000 | 110100 | 110111 |
Color Harmonies of #C853A1
Complementary color
Monochromatic Colors of #C853A1
Black with #C853A1
Text Example
Text Example
White with #C853A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C853A1; }
p { color: rgb(200,83,161); }
H1.HeaderClassName
{
color: #C853A1;
}
.AnyTagClassName
{
color: #C853A1;
}
</style>
background-color css
<style>
a { background-color: #C853A1; }
a { background-color: rgb(200,83,161); }
div.DivClassName
{
background-color: #C853A1;
}
.BgClassName
{
background-color: #C853A1;
}
</style>
border-color css
<style>
span { border-color: #C853A1; }
span { border-color: rgb(200,83,161); }
td.TdClassName
{
border-color: #C853A1;
}
.TagClassName
{
border-color: #C853A1;
}
</style>