Shades of Mulberry #CB37A2
Tints of Mulberry #CB37A2
RGB
CMYK
RGB Variations
Color information
#CB37A2 (or 0xCB37A2) is known color: Mulberry. HEX triplet: CB, 37 and A2. RGB value is (203,55,162). Sum of RGB (Red+Green+Blue) = 203+55+162=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37A2 is #34C85D. Grayscale: #6F6F6F. Windows color (decimal): -3459166 or 10631115. OLE color: 10631115.
HSL color Cylindrical-coordinate representation of color #CB37A2: hue angle of 316.62º 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 #CB37A2 is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 162 | - |
| CMYK | 0 | 0.73 | 0.20 | 0.20 |
| HSL | 316.62º | 0.59% | 0.51% | - |
| HSV(B) | 316.62º | 0.73% | 0.8% | - |
| XYZ | 32.52 | 18.04 | 35.95 | - |
| YUV | 111.45 | 156.53 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 162 | 0 | 0.73 | 0.20 | 0.20 | 316.62 | 0.59 | 0.51 |
| Hex | CB | 37 | A2 | 0 | 49 | 14 | 14 | 13D | 3B | 33 |
| Octal | 313 | 67 | 242 | 0 | 111 | 24 | 24 | 475 | 73 | 63 |
| Binary | 11001011 | 110111 | 10100010 | 0 | 1001001 | 10100 | 10100 | 100111101 | 111011 | 110011 |
Color Harmonies of #CB37A2
Complementary color
Monochromatic Colors of #CB37A2
Black with #CB37A2
Text Example
Text Example
White with #CB37A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37A2; }
p { color: rgb(203,55,162); }
H1.HeaderClassName
{
color: #CB37A2;
}
.AnyTagClassName
{
color: #CB37A2;
}
</style>
background-color css
<style>
a { background-color: #CB37A2; }
a { background-color: rgb(203,55,162); }
div.DivClassName
{
background-color: #CB37A2;
}
.BgClassName
{
background-color: #CB37A2;
}
</style>
border-color css
<style>
span { border-color: #CB37A2; }
span { border-color: rgb(203,55,162); }
td.TdClassName
{
border-color: #CB37A2;
}
.TagClassName
{
border-color: #CB37A2;
}
</style>