Shades of Mulberry #CB3898
Tints of Mulberry #CB3898
RGB
CMYK
RGB Variations
Color information
#CB3898 (or 0xCB3898) is known color: Mulberry. HEX triplet: CB, 38 and 98. RGB value is (203,56,152). Sum of RGB (Red+Green+Blue) = 203+56+152=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3898 is #34C767. Grayscale: #6E6E6E. Windows color (decimal): -3458920 or 9976011. OLE color: 9976011.
HSL color Cylindrical-coordinate representation of color #CB3898: hue angle of 320.82º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3898 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 152 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.20 |
| HSL | 320.82º | 0.59% | 0.51% | - |
| HSV(B) | 320.82º | 0.72% | 0.8% | - |
| XYZ | 31.71 | 17.79 | 31.47 | - |
| YUV | 110.9 | 151.2 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 152 | 0 | 0.72 | 0.25 | 0.20 | 320.82 | 0.59 | 0.51 |
| Hex | CB | 38 | 98 | 0 | 48 | 19 | 14 | 141 | 3B | 33 |
| Octal | 313 | 70 | 230 | 0 | 110 | 31 | 24 | 501 | 73 | 63 |
| Binary | 11001011 | 111000 | 10011000 | 0 | 1001000 | 11001 | 10100 | 101000001 | 111011 | 110011 |
Color Harmonies of #CB3898
Complementary color
Monochromatic Colors of #CB3898
Black with #CB3898
Text Example
Text Example
White with #CB3898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3898; }
p { color: rgb(203,56,152); }
H1.HeaderClassName
{
color: #CB3898;
}
.AnyTagClassName
{
color: #CB3898;
}
</style>
background-color css
<style>
a { background-color: #CB3898; }
a { background-color: rgb(203,56,152); }
div.DivClassName
{
background-color: #CB3898;
}
.BgClassName
{
background-color: #CB3898;
}
</style>
border-color css
<style>
span { border-color: #CB3898; }
span { border-color: rgb(203,56,152); }
td.TdClassName
{
border-color: #CB3898;
}
.TagClassName
{
border-color: #CB3898;
}
</style>