Shades of Mulberry #C85191
Tints of Mulberry #C85191
RGB
CMYK
RGB Variations
Color information
#C85191 (or 0xC85191) is known color: Mulberry. HEX triplet: C8, 51 and 91. RGB value is (200,81,145). Sum of RGB (Red+Green+Blue) = 200+81+145=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C85191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85191 is #37AE6E. Grayscale: #7B7B7B. Windows color (decimal): -3649135 or 9523656. OLE color: 9523656.
HSL color Cylindrical-coordinate representation of color #C85191: hue angle of 327.73º 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 #C85191 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 145 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.22 |
| HSL | 327.73º | 0.52% | 0.55% | - |
| HSV(B) | 327.73º | 0.6% | 0.78% | - |
| XYZ | 31.87 | 20.21 | 29.01 | - |
| YUV | 123.88 | 139.92 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 145 | 0 | 0.59 | 0.28 | 0.22 | 327.73 | 0.52 | 0.55 |
| Hex | C8 | 51 | 91 | 0 | 3B | 1C | 16 | 148 | 34 | 37 |
| Octal | 310 | 121 | 221 | 0 | 73 | 34 | 26 | 510 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10010001 | 0 | 111011 | 11100 | 10110 | 101001000 | 110100 | 110111 |
Color Harmonies of #C85191
Complementary color
Monochromatic Colors of #C85191
Black with #C85191
Text Example
Text Example
White with #C85191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85191; }
p { color: rgb(200,81,145); }
H1.HeaderClassName
{
color: #C85191;
}
.AnyTagClassName
{
color: #C85191;
}
</style>
background-color css
<style>
a { background-color: #C85191; }
a { background-color: rgb(200,81,145); }
div.DivClassName
{
background-color: #C85191;
}
.BgClassName
{
background-color: #C85191;
}
</style>
border-color css
<style>
span { border-color: #C85191; }
span { border-color: rgb(200,81,145); }
td.TdClassName
{
border-color: #C85191;
}
.TagClassName
{
border-color: #C85191;
}
</style>