Shades of Mulberry #CB518E
Tints of Mulberry #CB518E
RGB
CMYK
RGB Variations
Color information
#CB518E (or 0xCB518E) is known color: Mulberry. HEX triplet: CB, 51 and 8E. RGB value is (203,81,142). Sum of RGB (Red+Green+Blue) = 203+81+142=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB518E is #34AE71. Grayscale: #7C7C7C. Windows color (decimal): -3452530 or 9327051. OLE color: 9327051.
HSL color Cylindrical-coordinate representation of color #CB518E: hue angle of 330º 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 #CB518E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 142 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.20 |
| HSL | 330º | 0.54% | 0.56% | - |
| HSV(B) | 330º | 0.6% | 0.8% | - |
| XYZ | 32.45 | 20.53 | 27.84 | - |
| YUV | 124.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 142 | 0 | 0.60 | 0.30 | 0.20 | 330 | 0.54 | 0.56 |
| Hex | CB | 51 | 8E | 0 | 3C | 1E | 14 | 14A | 36 | 38 |
| Octal | 313 | 121 | 216 | 0 | 74 | 36 | 24 | 512 | 66 | 70 |
| Binary | 11001011 | 1010001 | 10001110 | 0 | 111100 | 11110 | 10100 | 101001010 | 110110 | 111000 |
Color Harmonies of #CB518E
Complementary color
Monochromatic Colors of #CB518E
Black with #CB518E
Text Example
Text Example
White with #CB518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB518E; }
p { color: rgb(203,81,142); }
H1.HeaderClassName
{
color: #CB518E;
}
.AnyTagClassName
{
color: #CB518E;
}
</style>
background-color css
<style>
a { background-color: #CB518E; }
a { background-color: rgb(203,81,142); }
div.DivClassName
{
background-color: #CB518E;
}
.BgClassName
{
background-color: #CB518E;
}
</style>
border-color css
<style>
span { border-color: #CB518E; }
span { border-color: rgb(203,81,142); }
td.TdClassName
{
border-color: #CB518E;
}
.TagClassName
{
border-color: #CB518E;
}
</style>