Shades of Mulberry #CB4D98
Tints of Mulberry #CB4D98
RGB
CMYK
RGB Variations
Color information
#CB4D98 (or 0xCB4D98) is known color: Mulberry. HEX triplet: CB, 4D and 98. RGB value is (203,77,152). Sum of RGB (Red+Green+Blue) = 203+77+152=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 77 (30.47% from 255 or 17.82% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4D98 is #34B267. Grayscale: #7B7B7B. Windows color (decimal): -3453544 or 9981387. OLE color: 9981387.
HSL color Cylindrical-coordinate representation of color #CB4D98: hue angle of 324.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB4D98 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 77 | 152 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.20 |
| HSL | 324.29º | 0.55% | 0.55% | - |
| HSV(B) | 324.29º | 0.62% | 0.8% | - |
| XYZ | 32.95 | 20.27 | 31.88 | - |
| YUV | 123.22 | 144.24 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 152 | 0 | 0.62 | 0.25 | 0.20 | 324.29 | 0.55 | 0.55 |
| Hex | CB | 4D | 98 | 0 | 3E | 19 | 14 | 144 | 37 | 37 |
| Octal | 313 | 115 | 230 | 0 | 76 | 31 | 24 | 504 | 67 | 67 |
| Binary | 11001011 | 1001101 | 10011000 | 0 | 111110 | 11001 | 10100 | 101000100 | 110111 | 110111 |
Color Harmonies of #CB4D98
Complementary color
Monochromatic Colors of #CB4D98
Black with #CB4D98
Text Example
Text Example
White with #CB4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4D98; }
p { color: rgb(203,77,152); }
H1.HeaderClassName
{
color: #CB4D98;
}
.AnyTagClassName
{
color: #CB4D98;
}
</style>
background-color css
<style>
a { background-color: #CB4D98; }
a { background-color: rgb(203,77,152); }
div.DivClassName
{
background-color: #CB4D98;
}
.BgClassName
{
background-color: #CB4D98;
}
</style>
border-color css
<style>
span { border-color: #CB4D98; }
span { border-color: rgb(203,77,152); }
td.TdClassName
{
border-color: #CB4D98;
}
.TagClassName
{
border-color: #CB4D98;
}
</style>