Shades of Mulberry #CB37A8
Tints of Mulberry #CB37A8
RGB
CMYK
RGB Variations
Color information
#CB37A8 (or 0xCB37A8) is known color: Mulberry. HEX triplet: CB, 37 and A8. RGB value is (203,55,168). Sum of RGB (Red+Green+Blue) = 203+55+168=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB37A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB37A8 is #34C857. Grayscale: #6F6F6F. Windows color (decimal): -3459160 or 11024331. OLE color: 11024331.
HSL color Cylindrical-coordinate representation of color #CB37A8: hue angle of 314.19º 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 #CB37A8 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 55 | 168 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.20 |
| HSL | 314.19º | 0.59% | 0.51% | - |
| HSV(B) | 314.19º | 0.73% | 0.8% | - |
| XYZ | 33.06 | 18.26 | 38.83 | - |
| YUV | 112.13 | 159.53 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 55 | 168 | 0 | 0.73 | 0.17 | 0.20 | 314.19 | 0.59 | 0.51 |
| Hex | CB | 37 | A8 | 0 | 49 | 11 | 14 | 13A | 3B | 33 |
| Octal | 313 | 67 | 250 | 0 | 111 | 21 | 24 | 472 | 73 | 63 |
| Binary | 11001011 | 110111 | 10101000 | 0 | 1001001 | 10001 | 10100 | 100111010 | 111011 | 110011 |
Color Harmonies of #CB37A8
Complementary color
Monochromatic Colors of #CB37A8
Black with #CB37A8
Text Example
Text Example
White with #CB37A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB37A8; }
p { color: rgb(203,55,168); }
H1.HeaderClassName
{
color: #CB37A8;
}
.AnyTagClassName
{
color: #CB37A8;
}
</style>
background-color css
<style>
a { background-color: #CB37A8; }
a { background-color: rgb(203,55,168); }
div.DivClassName
{
background-color: #CB37A8;
}
.BgClassName
{
background-color: #CB37A8;
}
</style>
border-color css
<style>
span { border-color: #CB37A8; }
span { border-color: rgb(203,55,168); }
td.TdClassName
{
border-color: #CB37A8;
}
.TagClassName
{
border-color: #CB37A8;
}
</style>