Shades of Mulberry #CB498F
Tints of Mulberry #CB498F
RGB
CMYK
RGB Variations
Color information
#CB498F (or 0xCB498F) is known color: Mulberry. HEX triplet: CB, 49 and 8F. RGB value is (203,73,143). Sum of RGB (Red+Green+Blue) = 203+73+143=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB498F is #34B670. Grayscale: #777777. Windows color (decimal): -3454577 or 9390539. OLE color: 9390539.
HSL color Cylindrical-coordinate representation of color #CB498F: hue angle of 327.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB498F is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 143 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.20 |
| HSL | 327.69º | 0.56% | 0.54% | - |
| HSV(B) | 327.69º | 0.64% | 0.8% | - |
| XYZ | 31.97 | 19.44 | 28.05 | - |
| YUV | 119.85 | 141.07 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 143 | 0 | 0.64 | 0.30 | 0.20 | 327.69 | 0.56 | 0.54 |
| Hex | CB | 49 | 8F | 0 | 40 | 1E | 14 | 148 | 38 | 36 |
| Octal | 313 | 111 | 217 | 0 | 100 | 36 | 24 | 510 | 70 | 66 |
| Binary | 11001011 | 1001001 | 10001111 | 0 | 1000000 | 11110 | 10100 | 101001000 | 111000 | 110110 |
Color Harmonies of #CB498F
Complementary color
Monochromatic Colors of #CB498F
Black with #CB498F
Text Example
Text Example
White with #CB498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB498F; }
p { color: rgb(203,73,143); }
H1.HeaderClassName
{
color: #CB498F;
}
.AnyTagClassName
{
color: #CB498F;
}
</style>
background-color css
<style>
a { background-color: #CB498F; }
a { background-color: rgb(203,73,143); }
div.DivClassName
{
background-color: #CB498F;
}
.BgClassName
{
background-color: #CB498F;
}
</style>
border-color css
<style>
span { border-color: #CB498F; }
span { border-color: rgb(203,73,143); }
td.TdClassName
{
border-color: #CB498F;
}
.TagClassName
{
border-color: #CB498F;
}
</style>