Shades of Mulberry #CB4F98
Tints of Mulberry #CB4F98
RGB
CMYK
RGB Variations
Color information
#CB4F98 (or 0xCB4F98) is known color: Mulberry. HEX triplet: CB, 4F and 98. RGB value is (203,79,152). Sum of RGB (Red+Green+Blue) = 203+79+152=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB4F98 is #34B067. Grayscale: #7C7C7C. Windows color (decimal): -3453032 or 9981899. OLE color: 9981899.
HSL color Cylindrical-coordinate representation of color #CB4F98: hue angle of 324.68º 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 #CB4F98 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 79 | 152 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.20 |
| HSL | 324.68º | 0.54% | 0.55% | - |
| HSV(B) | 324.68º | 0.61% | 0.8% | - |
| XYZ | 33.09 | 20.56 | 31.93 | - |
| YUV | 124.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 79 | 152 | 0 | 0.61 | 0.25 | 0.20 | 324.68 | 0.54 | 0.55 |
| Hex | CB | 4F | 98 | 0 | 3D | 19 | 14 | 145 | 36 | 37 |
| Octal | 313 | 117 | 230 | 0 | 75 | 31 | 24 | 505 | 66 | 67 |
| Binary | 11001011 | 1001111 | 10011000 | 0 | 111101 | 11001 | 10100 | 101000101 | 110110 | 110111 |
Color Harmonies of #CB4F98
Complementary color
Monochromatic Colors of #CB4F98
Black with #CB4F98
Text Example
Text Example
White with #CB4F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4F98; }
p { color: rgb(203,79,152); }
H1.HeaderClassName
{
color: #CB4F98;
}
.AnyTagClassName
{
color: #CB4F98;
}
</style>
background-color css
<style>
a { background-color: #CB4F98; }
a { background-color: rgb(203,79,152); }
div.DivClassName
{
background-color: #CB4F98;
}
.BgClassName
{
background-color: #CB4F98;
}
</style>
border-color css
<style>
span { border-color: #CB4F98; }
span { border-color: rgb(203,79,152); }
td.TdClassName
{
border-color: #CB4F98;
}
.TagClassName
{
border-color: #CB4F98;
}
</style>