Shades of Mulberry #CB428C
Tints of Mulberry #CB428C
RGB
CMYK
RGB Variations
Color information
#CB428C (or 0xCB428C) is known color: Mulberry. HEX triplet: CB, 42 and 8C. RGB value is (203,66,140). Sum of RGB (Red+Green+Blue) = 203+66+140=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB428C is #34BD73. Grayscale: #737373. Windows color (decimal): -3456372 or 9192139. OLE color: 9192139.
HSL color Cylindrical-coordinate representation of color #CB428C: hue angle of 327.59º 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 #CB428C is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 140 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.20 |
| HSL | 327.59º | 0.57% | 0.53% | - |
| HSV(B) | 327.59º | 0.67% | 0.8% | - |
| XYZ | 31.31 | 18.49 | 26.73 | - |
| YUV | 115.4 | 141.89 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 140 | 0 | 0.67 | 0.31 | 0.20 | 327.59 | 0.57 | 0.53 |
| Hex | CB | 42 | 8C | 0 | 43 | 1F | 14 | 148 | 39 | 35 |
| Octal | 313 | 102 | 214 | 0 | 103 | 37 | 24 | 510 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10001100 | 0 | 1000011 | 11111 | 10100 | 101001000 | 111001 | 110101 |
Color Harmonies of #CB428C
Complementary color
Monochromatic Colors of #CB428C
Black with #CB428C
Text Example
Text Example
White with #CB428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB428C; }
p { color: rgb(203,66,140); }
H1.HeaderClassName
{
color: #CB428C;
}
.AnyTagClassName
{
color: #CB428C;
}
</style>
background-color css
<style>
a { background-color: #CB428C; }
a { background-color: rgb(203,66,140); }
div.DivClassName
{
background-color: #CB428C;
}
.BgClassName
{
background-color: #CB428C;
}
</style>
border-color css
<style>
span { border-color: #CB428C; }
span { border-color: rgb(203,66,140); }
td.TdClassName
{
border-color: #CB428C;
}
.TagClassName
{
border-color: #CB428C;
}
</style>