Shades of Mulberry #CB4A94
Tints of Mulberry #CB4A94
RGB
CMYK
RGB Variations
Color information
#CB4A94 (or 0xCB4A94) is known color: Mulberry. HEX triplet: CB, 4A and 94. RGB value is (203,74,148). Sum of RGB (Red+Green+Blue) = 203+74+148=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB4A94 is #34B56B. Grayscale: #787878. Windows color (decimal): -3454316 or 9718475. OLE color: 9718475.
HSL color Cylindrical-coordinate representation of color #CB4A94: hue angle of 325.58º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB4A94 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 74 | 148 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.20 |
| HSL | 325.58º | 0.55% | 0.54% | - |
| HSV(B) | 325.58º | 0.64% | 0.8% | - |
| XYZ | 32.42 | 19.73 | 30.12 | - |
| YUV | 121.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 148 | 0 | 0.64 | 0.27 | 0.20 | 325.58 | 0.55 | 0.54 |
| Hex | CB | 4A | 94 | 0 | 40 | 1B | 14 | 146 | 37 | 36 |
| Octal | 313 | 112 | 224 | 0 | 100 | 33 | 24 | 506 | 67 | 66 |
| Binary | 11001011 | 1001010 | 10010100 | 0 | 1000000 | 11011 | 10100 | 101000110 | 110111 | 110110 |
Color Harmonies of #CB4A94
Complementary color
Monochromatic Colors of #CB4A94
Black with #CB4A94
Text Example
Text Example
White with #CB4A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4A94; }
p { color: rgb(203,74,148); }
H1.HeaderClassName
{
color: #CB4A94;
}
.AnyTagClassName
{
color: #CB4A94;
}
</style>
background-color css
<style>
a { background-color: #CB4A94; }
a { background-color: rgb(203,74,148); }
div.DivClassName
{
background-color: #CB4A94;
}
.BgClassName
{
background-color: #CB4A94;
}
</style>
border-color css
<style>
span { border-color: #CB4A94; }
span { border-color: rgb(203,74,148); }
td.TdClassName
{
border-color: #CB4A94;
}
.TagClassName
{
border-color: #CB4A94;
}
</style>