Shades of Mulberry #CB487F
Tints of Mulberry #CB487F
RGB
CMYK
RGB Variations
Color information
#CB487F (or 0xCB487F) is known color: Mulberry. HEX triplet: CB, 48 and 7F. RGB value is (203,72,127). Sum of RGB (Red+Green+Blue) = 203+72+127=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB487F is #34B780. Grayscale: #757575. Windows color (decimal): -3454849 or 8341707. OLE color: 8341707.
HSL color Cylindrical-coordinate representation of color #CB487F: hue angle of 334.81º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB487F is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 72 | 127 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.20 |
| HSL | 334.81º | 0.56% | 0.54% | - |
| HSV(B) | 334.81º | 0.65% | 0.8% | - |
| XYZ | 30.78 | 18.86 | 22.1 | - |
| YUV | 117.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 72 | 127 | 0 | 0.65 | 0.37 | 0.20 | 334.81 | 0.56 | 0.54 |
| Hex | CB | 48 | 7F | 0 | 41 | 25 | 14 | 14F | 38 | 36 |
| Octal | 313 | 110 | 177 | 0 | 101 | 45 | 24 | 517 | 70 | 66 |
| Binary | 11001011 | 1001000 | 1111111 | 0 | 1000001 | 100101 | 10100 | 101001111 | 111000 | 110110 |
Color Harmonies of #CB487F
Complementary color
Monochromatic Colors of #CB487F
Black with #CB487F
Text Example
Text Example
White with #CB487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB487F; }
p { color: rgb(203,72,127); }
H1.HeaderClassName
{
color: #CB487F;
}
.AnyTagClassName
{
color: #CB487F;
}
</style>
background-color css
<style>
a { background-color: #CB487F; }
a { background-color: rgb(203,72,127); }
div.DivClassName
{
background-color: #CB487F;
}
.BgClassName
{
background-color: #CB487F;
}
</style>
border-color css
<style>
span { border-color: #CB487F; }
span { border-color: rgb(203,72,127); }
td.TdClassName
{
border-color: #CB487F;
}
.TagClassName
{
border-color: #CB487F;
}
</style>