Shades of Mulberry #CB428E
Tints of Mulberry #CB428E
RGB
CMYK
RGB Variations
Color information
#CB428E (or 0xCB428E) is known color: Mulberry. HEX triplet: CB, 42 and 8E. RGB value is (203,66,142). Sum of RGB (Red+Green+Blue) = 203+66+142=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB428E is #34BD71. Grayscale: #737373. Windows color (decimal): -3456370 or 9323211. OLE color: 9323211.
HSL color Cylindrical-coordinate representation of color #CB428E: hue angle of 326.72º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB428E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 142 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.20 |
| HSL | 326.72º | 0.57% | 0.53% | - |
| HSV(B) | 326.72º | 0.67% | 0.8% | - |
| XYZ | 31.46 | 18.55 | 27.51 | - |
| YUV | 115.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 142 | 0 | 0.67 | 0.30 | 0.20 | 326.72 | 0.57 | 0.53 |
| Hex | CB | 42 | 8E | 0 | 43 | 1E | 14 | 147 | 39 | 35 |
| Octal | 313 | 102 | 216 | 0 | 103 | 36 | 24 | 507 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10001110 | 0 | 1000011 | 11110 | 10100 | 101000111 | 111001 | 110101 |
Color Harmonies of #CB428E
Complementary color
Monochromatic Colors of #CB428E
Black with #CB428E
Text Example
Text Example
White with #CB428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB428E; }
p { color: rgb(203,66,142); }
H1.HeaderClassName
{
color: #CB428E;
}
.AnyTagClassName
{
color: #CB428E;
}
</style>
background-color css
<style>
a { background-color: #CB428E; }
a { background-color: rgb(203,66,142); }
div.DivClassName
{
background-color: #CB428E;
}
.BgClassName
{
background-color: #CB428E;
}
</style>
border-color css
<style>
span { border-color: #CB428E; }
span { border-color: rgb(203,66,142); }
td.TdClassName
{
border-color: #CB428E;
}
.TagClassName
{
border-color: #CB428E;
}
</style>