Shades of Mulberry #CB4B7E
Tints of Mulberry #CB4B7E
RGB
CMYK
RGB Variations
Color information
#CB4B7E (or 0xCB4B7E) is known color: Mulberry. HEX triplet: CB, 4B and 7E. RGB value is (203,75,126). Sum of RGB (Red+Green+Blue) = 203+75+126=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B7E is #34B481. Grayscale: #777777. Windows color (decimal): -3454082 or 8276939. OLE color: 8276939.
HSL color Cylindrical-coordinate representation of color #CB4B7E: hue angle of 336.09º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B7E is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 126 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.20 |
| HSL | 336.09º | 0.55% | 0.55% | - |
| HSV(B) | 336.09º | 0.63% | 0.8% | - |
| XYZ | 30.91 | 19.24 | 21.82 | - |
| YUV | 119.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 126 | 0 | 0.63 | 0.38 | 0.20 | 336.09 | 0.55 | 0.55 |
| Hex | CB | 4B | 7E | 0 | 3F | 26 | 14 | 150 | 37 | 37 |
| Octal | 313 | 113 | 176 | 0 | 77 | 46 | 24 | 520 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1111110 | 0 | 111111 | 100110 | 10100 | 101010000 | 110111 | 110111 |
Color Harmonies of #CB4B7E
Complementary color
Monochromatic Colors of #CB4B7E
Black with #CB4B7E
Text Example
Text Example
White with #CB4B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B7E; }
p { color: rgb(203,75,126); }
H1.HeaderClassName
{
color: #CB4B7E;
}
.AnyTagClassName
{
color: #CB4B7E;
}
</style>
background-color css
<style>
a { background-color: #CB4B7E; }
a { background-color: rgb(203,75,126); }
div.DivClassName
{
background-color: #CB4B7E;
}
.BgClassName
{
background-color: #CB4B7E;
}
</style>
border-color css
<style>
span { border-color: #CB4B7E; }
span { border-color: rgb(203,75,126); }
td.TdClassName
{
border-color: #CB4B7E;
}
.TagClassName
{
border-color: #CB4B7E;
}
</style>