Shades of Mulberry #CB37A0
Tints of Mulberry #CB37A0
RGB
CMYK
RGB Variations
Color information
#CB37A0 (or 0xCB37A0) is known color: Mulberry. HEX triplet: CB, 37 and A0. RGB value is (203,55,160). Sum of RGB (Red+Green+Blue) = 203+55+160=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37A0 is #34C85F. Grayscale: #6E6E6E. Windows color (decimal): -3459168 or 10500043. OLE color: 10500043.
HSL color Cylindrical-coordinate representation of color #CB37A0: hue angle of 317.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB37A0 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 160 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.20 |
| HSL | 317.43º | 0.59% | 0.51% | - |
| HSV(B) | 317.43º | 0.73% | 0.8% | - |
| XYZ | 32.34 | 17.97 | 35.02 | - |
| YUV | 111.22 | 155.53 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 160 | 0 | 0.73 | 0.21 | 0.20 | 317.43 | 0.59 | 0.51 |
| Hex | CB | 37 | A0 | 0 | 49 | 15 | 14 | 13D | 3B | 33 |
| Octal | 313 | 67 | 240 | 0 | 111 | 25 | 24 | 475 | 73 | 63 |
| Binary | 11001011 | 110111 | 10100000 | 0 | 1001001 | 10101 | 10100 | 100111101 | 111011 | 110011 |
Color Harmonies of #CB37A0
Complementary color
Monochromatic Colors of #CB37A0
Black with #CB37A0
Text Example
Text Example
White with #CB37A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37A0; }
p { color: rgb(203,55,160); }
H1.HeaderClassName
{
color: #CB37A0;
}
.AnyTagClassName
{
color: #CB37A0;
}
</style>
background-color css
<style>
a { background-color: #CB37A0; }
a { background-color: rgb(203,55,160); }
div.DivClassName
{
background-color: #CB37A0;
}
.BgClassName
{
background-color: #CB37A0;
}
</style>
border-color css
<style>
span { border-color: #CB37A0; }
span { border-color: rgb(203,55,160); }
td.TdClassName
{
border-color: #CB37A0;
}
.TagClassName
{
border-color: #CB37A0;
}
</style>