Shades of Mulberry #CB4598
Tints of Mulberry #CB4598
RGB
CMYK
RGB Variations
Color information
#CB4598 (or 0xCB4598) is known color: Mulberry. HEX triplet: CB, 45 and 98. RGB value is (203,69,152). Sum of RGB (Red+Green+Blue) = 203+69+152=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4598 is #34BA67. Grayscale: #767676. Windows color (decimal): -3455592 or 9979339. OLE color: 9979339.
HSL color Cylindrical-coordinate representation of color #CB4598: hue angle of 322.84º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB4598 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 152 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.20 |
| HSL | 322.84º | 0.56% | 0.53% | - |
| HSV(B) | 322.84º | 0.66% | 0.8% | - |
| XYZ | 32.42 | 19.22 | 31.71 | - |
| YUV | 118.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 152 | 0 | 0.66 | 0.25 | 0.20 | 322.84 | 0.56 | 0.53 |
| Hex | CB | 45 | 98 | 0 | 42 | 19 | 14 | 143 | 38 | 35 |
| Octal | 313 | 105 | 230 | 0 | 102 | 31 | 24 | 503 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10011000 | 0 | 1000010 | 11001 | 10100 | 101000011 | 111000 | 110101 |
Color Harmonies of #CB4598
Complementary color
Monochromatic Colors of #CB4598
Black with #CB4598
Text Example
Text Example
White with #CB4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4598; }
p { color: rgb(203,69,152); }
H1.HeaderClassName
{
color: #CB4598;
}
.AnyTagClassName
{
color: #CB4598;
}
</style>
background-color css
<style>
a { background-color: #CB4598; }
a { background-color: rgb(203,69,152); }
div.DivClassName
{
background-color: #CB4598;
}
.BgClassName
{
background-color: #CB4598;
}
</style>
border-color css
<style>
span { border-color: #CB4598; }
span { border-color: rgb(203,69,152); }
td.TdClassName
{
border-color: #CB4598;
}
.TagClassName
{
border-color: #CB4598;
}
</style>