Shades of Mulberry #C851A3
Tints of Mulberry #C851A3
RGB
CMYK
RGB Variations
Color information
#C851A3 (or 0xC851A3) is known color: Mulberry. HEX triplet: C8, 51 and A3. RGB value is (200,81,163). Sum of RGB (Red+Green+Blue) = 200+81+163=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C851A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851A3 is #37AE5C. Grayscale: #7D7D7D. Windows color (decimal): -3649117 or 10703304. OLE color: 10703304.
HSL color Cylindrical-coordinate representation of color #C851A3: hue angle of 318.66º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851A3 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 163 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.22 |
| HSL | 318.66º | 0.52% | 0.55% | - |
| HSV(B) | 318.66º | 0.6% | 0.78% | - |
| XYZ | 33.37 | 20.81 | 36.91 | - |
| YUV | 125.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 163 | 0 | 0.59 | 0.18 | 0.22 | 318.66 | 0.52 | 0.55 |
| Hex | C8 | 51 | A3 | 0 | 3B | 12 | 16 | 13F | 34 | 37 |
| Octal | 310 | 121 | 243 | 0 | 73 | 22 | 26 | 477 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10100011 | 0 | 111011 | 10010 | 10110 | 100111111 | 110100 | 110111 |
Color Harmonies of #C851A3
Complementary color
Monochromatic Colors of #C851A3
Black with #C851A3
Text Example
Text Example
White with #C851A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851A3; }
p { color: rgb(200,81,163); }
H1.HeaderClassName
{
color: #C851A3;
}
.AnyTagClassName
{
color: #C851A3;
}
</style>
background-color css
<style>
a { background-color: #C851A3; }
a { background-color: rgb(200,81,163); }
div.DivClassName
{
background-color: #C851A3;
}
.BgClassName
{
background-color: #C851A3;
}
</style>
border-color css
<style>
span { border-color: #C851A3; }
span { border-color: rgb(200,81,163); }
td.TdClassName
{
border-color: #C851A3;
}
.TagClassName
{
border-color: #C851A3;
}
</style>