Shades of Mulberry #C851A1
Tints of Mulberry #C851A1
RGB
CMYK
RGB Variations
Color information
#C851A1 (or 0xC851A1) is known color: Mulberry. HEX triplet: C8, 51 and A1. RGB value is (200,81,161). Sum of RGB (Red+Green+Blue) = 200+81+161=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C851A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851A1 is #37AE5E. Grayscale: #7D7D7D. Windows color (decimal): -3649119 or 10572232. OLE color: 10572232.
HSL color Cylindrical-coordinate representation of color #C851A1: hue angle of 319.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 #C851A1 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 161 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.22 |
| HSL | 319.66º | 0.52% | 0.55% | - |
| HSV(B) | 319.66º | 0.6% | 0.78% | - |
| XYZ | 33.19 | 20.74 | 35.97 | - |
| YUV | 125.7 | 147.92 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 161 | 0 | 0.59 | 0.19 | 0.22 | 319.66 | 0.52 | 0.55 |
| Hex | C8 | 51 | A1 | 0 | 3B | 13 | 16 | 140 | 34 | 37 |
| Octal | 310 | 121 | 241 | 0 | 73 | 23 | 26 | 500 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10100001 | 0 | 111011 | 10011 | 10110 | 101000000 | 110100 | 110111 |
Color Harmonies of #C851A1
Complementary color
Monochromatic Colors of #C851A1
Black with #C851A1
Text Example
Text Example
White with #C851A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851A1; }
p { color: rgb(200,81,161); }
H1.HeaderClassName
{
color: #C851A1;
}
.AnyTagClassName
{
color: #C851A1;
}
</style>
background-color css
<style>
a { background-color: #C851A1; }
a { background-color: rgb(200,81,161); }
div.DivClassName
{
background-color: #C851A1;
}
.BgClassName
{
background-color: #C851A1;
}
</style>
border-color css
<style>
span { border-color: #C851A1; }
span { border-color: rgb(200,81,161); }
td.TdClassName
{
border-color: #C851A1;
}
.TagClassName
{
border-color: #C851A1;
}
</style>