Shades of Mulberry #CB518F
Tints of Mulberry #CB518F
RGB
CMYK
RGB Variations
Color information
#CB518F (or 0xCB518F) is known color: Mulberry. HEX triplet: CB, 51 and 8F. RGB value is (203,81,143). Sum of RGB (Red+Green+Blue) = 203+81+143=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB518F is #34AE70. Grayscale: #7C7C7C. Windows color (decimal): -3452529 or 9392587. OLE color: 9392587.
HSL color Cylindrical-coordinate representation of color #CB518F: hue angle of 329.51º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB518F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 143 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.20 |
| HSL | 329.51º | 0.54% | 0.56% | - |
| HSV(B) | 329.51º | 0.6% | 0.8% | - |
| XYZ | 32.53 | 20.56 | 28.24 | - |
| YUV | 124.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 143 | 0 | 0.60 | 0.30 | 0.20 | 329.51 | 0.54 | 0.56 |
| Hex | CB | 51 | 8F | 0 | 3C | 1E | 14 | 14A | 36 | 38 |
| Octal | 313 | 121 | 217 | 0 | 74 | 36 | 24 | 512 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10001111 | 0 | 111100 | 11110 | 10100 | 101001010 | 110110 | 111000 |
Color Harmonies of #CB518F
Complementary color
Monochromatic Colors of #CB518F
Black with #CB518F
Text Example
Text Example
White with #CB518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB518F; }
p { color: rgb(203,81,143); }
H1.HeaderClassName
{
color: #CB518F;
}
.AnyTagClassName
{
color: #CB518F;
}
</style>
background-color css
<style>
a { background-color: #CB518F; }
a { background-color: rgb(203,81,143); }
div.DivClassName
{
background-color: #CB518F;
}
.BgClassName
{
background-color: #CB518F;
}
</style>
border-color css
<style>
span { border-color: #CB518F; }
span { border-color: rgb(203,81,143); }
td.TdClassName
{
border-color: #CB518F;
}
.TagClassName
{
border-color: #CB518F;
}
</style>