Shades of Mulberry #CB437C
Tints of Mulberry #CB437C
RGB
CMYK
RGB Variations
Color information
#CB437C (or 0xCB437C) is known color: Mulberry. HEX triplet: CB, 43 and 7C. RGB value is (203,67,124). Sum of RGB (Red+Green+Blue) = 203+67+124=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB437C is #34BC83. Grayscale: #727272. Windows color (decimal): -3456132 or 8143819. OLE color: 8143819.
HSL color Cylindrical-coordinate representation of color #CB437C: hue angle of 334.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB437C is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 67 | 124 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.20 |
| HSL | 334.85º | 0.57% | 0.53% | - |
| HSV(B) | 334.85º | 0.67% | 0.8% | - |
| XYZ | 30.27 | 18.17 | 20.98 | - |
| YUV | 114.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 124 | 0 | 0.67 | 0.39 | 0.20 | 334.85 | 0.57 | 0.53 |
| Hex | CB | 43 | 7C | 0 | 43 | 27 | 14 | 14F | 39 | 35 |
| Octal | 313 | 103 | 174 | 0 | 103 | 47 | 24 | 517 | 71 | 65 |
| Binary | 11001011 | 1000011 | 1111100 | 0 | 1000011 | 100111 | 10100 | 101001111 | 111001 | 110101 |
Color Harmonies of #CB437C
Complementary color
Monochromatic Colors of #CB437C
Black with #CB437C
Text Example
Text Example
White with #CB437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB437C; }
p { color: rgb(203,67,124); }
H1.HeaderClassName
{
color: #CB437C;
}
.AnyTagClassName
{
color: #CB437C;
}
</style>
background-color css
<style>
a { background-color: #CB437C; }
a { background-color: rgb(203,67,124); }
div.DivClassName
{
background-color: #CB437C;
}
.BgClassName
{
background-color: #CB437C;
}
</style>
border-color css
<style>
span { border-color: #CB437C; }
span { border-color: rgb(203,67,124); }
td.TdClassName
{
border-color: #CB437C;
}
.TagClassName
{
border-color: #CB437C;
}
</style>