Shades of Mulberry #CB508D
Tints of Mulberry #CB508D
RGB
CMYK
RGB Variations
Color information
#CB508D (or 0xCB508D) is known color: Mulberry. HEX triplet: CB, 50 and 8D. RGB value is (203,80,141). Sum of RGB (Red+Green+Blue) = 203+80+141=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB508D is #34AF72. Grayscale: #7B7B7B. Windows color (decimal): -3452787 or 9261259. OLE color: 9261259.
HSL color Cylindrical-coordinate representation of color #CB508D: hue angle of 330.24º 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 #CB508D is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 141 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.20 |
| HSL | 330.24º | 0.54% | 0.55% | - |
| HSV(B) | 330.24º | 0.61% | 0.8% | - |
| XYZ | 32.3 | 20.36 | 27.43 | - |
| YUV | 123.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 141 | 0 | 0.61 | 0.31 | 0.20 | 330.24 | 0.54 | 0.55 |
| Hex | CB | 50 | 8D | 0 | 3D | 1F | 14 | 14A | 36 | 37 |
| Octal | 313 | 120 | 215 | 0 | 75 | 37 | 24 | 512 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10001101 | 0 | 111101 | 11111 | 10100 | 101001010 | 110110 | 110111 |
Color Harmonies of #CB508D
Complementary color
Monochromatic Colors of #CB508D
Black with #CB508D
Text Example
Text Example
White with #CB508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB508D; }
p { color: rgb(203,80,141); }
H1.HeaderClassName
{
color: #CB508D;
}
.AnyTagClassName
{
color: #CB508D;
}
</style>
background-color css
<style>
a { background-color: #CB508D; }
a { background-color: rgb(203,80,141); }
div.DivClassName
{
background-color: #CB508D;
}
.BgClassName
{
background-color: #CB508D;
}
</style>
border-color css
<style>
span { border-color: #CB508D; }
span { border-color: rgb(203,80,141); }
td.TdClassName
{
border-color: #CB508D;
}
.TagClassName
{
border-color: #CB508D;
}
</style>