Shades of Mulberry #CB5193
Tints of Mulberry #CB5193
RGB
CMYK
RGB Variations
Color information
#CB5193 (or 0xCB5193) is known color: Mulberry. HEX triplet: CB, 51 and 93. RGB value is (203,81,147). Sum of RGB (Red+Green+Blue) = 203+81+147=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5193 is #34AE6C. Grayscale: #7C7C7C. Windows color (decimal): -3452525 or 9654731. OLE color: 9654731.
HSL color Cylindrical-coordinate representation of color #CB5193: hue angle of 327.54º 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 #CB5193 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 147 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.20 |
| HSL | 327.54º | 0.54% | 0.56% | - |
| HSV(B) | 327.54º | 0.6% | 0.8% | - |
| XYZ | 32.84 | 20.69 | 29.87 | - |
| YUV | 125 | 140.42 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 147 | 0 | 0.60 | 0.28 | 0.20 | 327.54 | 0.54 | 0.56 |
| Hex | CB | 51 | 93 | 0 | 3C | 1C | 14 | 148 | 36 | 38 |
| Octal | 313 | 121 | 223 | 0 | 74 | 34 | 24 | 510 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10010011 | 0 | 111100 | 11100 | 10100 | 101001000 | 110110 | 111000 |
Color Harmonies of #CB5193
Complementary color
Monochromatic Colors of #CB5193
Black with #CB5193
Text Example
Text Example
White with #CB5193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5193; }
p { color: rgb(203,81,147); }
H1.HeaderClassName
{
color: #CB5193;
}
.AnyTagClassName
{
color: #CB5193;
}
</style>
background-color css
<style>
a { background-color: #CB5193; }
a { background-color: rgb(203,81,147); }
div.DivClassName
{
background-color: #CB5193;
}
.BgClassName
{
background-color: #CB5193;
}
</style>
border-color css
<style>
span { border-color: #CB5193; }
span { border-color: rgb(203,81,147); }
td.TdClassName
{
border-color: #CB5193;
}
.TagClassName
{
border-color: #CB5193;
}
</style>