Shades of Mulberry #CB5191
Tints of Mulberry #CB5191
RGB
CMYK
RGB Variations
Color information
#CB5191 (or 0xCB5191) is known color: Mulberry. HEX triplet: CB, 51 and 91. RGB value is (203,81,145). Sum of RGB (Red+Green+Blue) = 203+81+145=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5191 is #34AE6E. Grayscale: #7C7C7C. Windows color (decimal): -3452527 or 9523659. OLE color: 9523659.
HSL color Cylindrical-coordinate representation of color #CB5191: hue angle of 328.52º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5191 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 145 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.20 |
| HSL | 328.52º | 0.54% | 0.56% | - |
| HSV(B) | 328.52º | 0.6% | 0.8% | - |
| XYZ | 32.68 | 20.63 | 29.05 | - |
| YUV | 124.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 145 | 0 | 0.60 | 0.29 | 0.20 | 328.52 | 0.54 | 0.56 |
| Hex | CB | 51 | 91 | 0 | 3C | 1D | 14 | 149 | 36 | 38 |
| Octal | 313 | 121 | 221 | 0 | 74 | 35 | 24 | 511 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10010001 | 0 | 111100 | 11101 | 10100 | 101001001 | 110110 | 111000 |
Color Harmonies of #CB5191
Complementary color
Monochromatic Colors of #CB5191
Black with #CB5191
Text Example
Text Example
White with #CB5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5191; }
p { color: rgb(203,81,145); }
H1.HeaderClassName
{
color: #CB5191;
}
.AnyTagClassName
{
color: #CB5191;
}
</style>
background-color css
<style>
a { background-color: #CB5191; }
a { background-color: rgb(203,81,145); }
div.DivClassName
{
background-color: #CB5191;
}
.BgClassName
{
background-color: #CB5191;
}
</style>
border-color css
<style>
span { border-color: #CB5191; }
span { border-color: rgb(203,81,145); }
td.TdClassName
{
border-color: #CB5191;
}
.TagClassName
{
border-color: #CB5191;
}
</style>