Shades of Mulberry #C851A5
Tints of Mulberry #C851A5
RGB
CMYK
RGB Variations
Color information
#C851A5 (or 0xC851A5) is known color: Mulberry. HEX triplet: C8, 51 and A5. RGB value is (200,81,165). Sum of RGB (Red+Green+Blue) = 200+81+165=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C851A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851A5 is #37AE5A. Grayscale: #7D7D7D. Windows color (decimal): -3649115 or 10834376. OLE color: 10834376.
HSL color Cylindrical-coordinate representation of color #C851A5: hue angle of 317.65º 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 #C851A5 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 165 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.22 |
| HSL | 317.65º | 0.52% | 0.55% | - |
| HSV(B) | 317.65º | 0.6% | 0.78% | - |
| XYZ | 33.55 | 20.88 | 37.86 | - |
| YUV | 126.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 165 | 0 | 0.59 | 0.18 | 0.22 | 317.65 | 0.52 | 0.55 |
| Hex | C8 | 51 | A5 | 0 | 3B | 12 | 16 | 13E | 34 | 37 |
| Octal | 310 | 121 | 245 | 0 | 73 | 22 | 26 | 476 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10100101 | 0 | 111011 | 10010 | 10110 | 100111110 | 110100 | 110111 |
Color Harmonies of #C851A5
Complementary color
Monochromatic Colors of #C851A5
Black with #C851A5
Text Example
Text Example
White with #C851A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C851A5; }
p { color: rgb(200,81,165); }
H1.HeaderClassName
{
color: #C851A5;
}
.AnyTagClassName
{
color: #C851A5;
}
</style>
background-color css
<style>
a { background-color: #C851A5; }
a { background-color: rgb(200,81,165); }
div.DivClassName
{
background-color: #C851A5;
}
.BgClassName
{
background-color: #C851A5;
}
</style>
border-color css
<style>
span { border-color: #C851A5; }
span { border-color: rgb(200,81,165); }
td.TdClassName
{
border-color: #C851A5;
}
.TagClassName
{
border-color: #C851A5;
}
</style>