Shades of Mulberry #CB509F
Tints of Mulberry #CB509F
RGB
CMYK
RGB Variations
Color information
#CB509F (or 0xCB509F) is known color: Mulberry. HEX triplet: CB, 50 and 9F. RGB value is (203,80,159). Sum of RGB (Red+Green+Blue) = 203+80+159=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 80 (31.64% from 255 or 18.10% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB509F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB509F is #34AF60. Grayscale: #7D7D7D. Windows color (decimal): -3452769 or 10440907. OLE color: 10440907.
HSL color Cylindrical-coordinate representation of color #CB509F: hue angle of 321.46º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB509F is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 159 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.20 |
| HSL | 321.46º | 0.54% | 0.55% | - |
| HSV(B) | 321.46º | 0.61% | 0.8% | - |
| XYZ | 33.76 | 20.94 | 35.06 | - |
| YUV | 125.78 | 146.75 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 159 | 0 | 0.61 | 0.22 | 0.20 | 321.46 | 0.54 | 0.55 |
| Hex | CB | 50 | 9F | 0 | 3D | 16 | 14 | 141 | 36 | 37 |
| Octal | 313 | 120 | 237 | 0 | 75 | 26 | 24 | 501 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10011111 | 0 | 111101 | 10110 | 10100 | 101000001 | 110110 | 110111 |
Color Harmonies of #CB509F
Complementary color
Monochromatic Colors of #CB509F
Black with #CB509F
Text Example
Text Example
White with #CB509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB509F; }
p { color: rgb(203,80,159); }
H1.HeaderClassName
{
color: #CB509F;
}
.AnyTagClassName
{
color: #CB509F;
}
</style>
background-color css
<style>
a { background-color: #CB509F; }
a { background-color: rgb(203,80,159); }
div.DivClassName
{
background-color: #CB509F;
}
.BgClassName
{
background-color: #CB509F;
}
</style>
border-color css
<style>
span { border-color: #CB509F; }
span { border-color: rgb(203,80,159); }
td.TdClassName
{
border-color: #CB509F;
}
.TagClassName
{
border-color: #CB509F;
}
</style>