Shades of Mulberry #CB508C
Tints of Mulberry #CB508C
RGB
CMYK
RGB Variations
Color information
#CB508C (or 0xCB508C) is known color: Mulberry. HEX triplet: CB, 50 and 8C. RGB value is (203,80,140). Sum of RGB (Red+Green+Blue) = 203+80+140=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB508C is #34AF73. Grayscale: #7B7B7B. Windows color (decimal): -3452788 or 9195723. OLE color: 9195723.
HSL color Cylindrical-coordinate representation of color #CB508C: hue angle of 330.73º 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 #CB508C is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 140 | - |
| CMYK | 0 | 0.61 | 0.31 | 0.20 |
| HSL | 330.73º | 0.54% | 0.55% | - |
| HSV(B) | 330.73º | 0.61% | 0.8% | - |
| XYZ | 32.23 | 20.33 | 27.04 | - |
| YUV | 123.62 | 137.25 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 140 | 0 | 0.61 | 0.31 | 0.20 | 330.73 | 0.54 | 0.55 |
| Hex | CB | 50 | 8C | 0 | 3D | 1F | 14 | 14B | 36 | 37 |
| Octal | 313 | 120 | 214 | 0 | 75 | 37 | 24 | 513 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10001100 | 0 | 111101 | 11111 | 10100 | 101001011 | 110110 | 110111 |
Color Harmonies of #CB508C
Complementary color
Monochromatic Colors of #CB508C
Black with #CB508C
Text Example
Text Example
White with #CB508C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB508C; }
p { color: rgb(203,80,140); }
H1.HeaderClassName
{
color: #CB508C;
}
.AnyTagClassName
{
color: #CB508C;
}
</style>
background-color css
<style>
a { background-color: #CB508C; }
a { background-color: rgb(203,80,140); }
div.DivClassName
{
background-color: #CB508C;
}
.BgClassName
{
background-color: #CB508C;
}
</style>
border-color css
<style>
span { border-color: #CB508C; }
span { border-color: rgb(203,80,140); }
td.TdClassName
{
border-color: #CB508C;
}
.TagClassName
{
border-color: #CB508C;
}
</style>