Shades of Mulberry #CB508F
Tints of Mulberry #CB508F
RGB
CMYK
RGB Variations
Color information
#CB508F (or 0xCB508F) is known color: Mulberry. HEX triplet: CB, 50 and 8F. RGB value is (203,80,143). Sum of RGB (Red+Green+Blue) = 203+80+143=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB508F is #34AF70. Grayscale: #7B7B7B. Windows color (decimal): -3452785 or 9392331. OLE color: 9392331.
HSL color Cylindrical-coordinate representation of color #CB508F: hue angle of 329.27º 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 #CB508F is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 143 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.20 |
| HSL | 329.27º | 0.54% | 0.55% | - |
| HSV(B) | 329.27º | 0.61% | 0.8% | - |
| XYZ | 32.46 | 20.42 | 28.22 | - |
| YUV | 123.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 143 | 0 | 0.61 | 0.30 | 0.20 | 329.27 | 0.54 | 0.55 |
| Hex | CB | 50 | 8F | 0 | 3D | 1E | 14 | 149 | 36 | 37 |
| Octal | 313 | 120 | 217 | 0 | 75 | 36 | 24 | 511 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10001111 | 0 | 111101 | 11110 | 10100 | 101001001 | 110110 | 110111 |
Color Harmonies of #CB508F
Complementary color
Monochromatic Colors of #CB508F
Black with #CB508F
Text Example
Text Example
White with #CB508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB508F; }
p { color: rgb(203,80,143); }
H1.HeaderClassName
{
color: #CB508F;
}
.AnyTagClassName
{
color: #CB508F;
}
</style>
background-color css
<style>
a { background-color: #CB508F; }
a { background-color: rgb(203,80,143); }
div.DivClassName
{
background-color: #CB508F;
}
.BgClassName
{
background-color: #CB508F;
}
</style>
border-color css
<style>
span { border-color: #CB508F; }
span { border-color: rgb(203,80,143); }
td.TdClassName
{
border-color: #CB508F;
}
.TagClassName
{
border-color: #CB508F;
}
</style>