Shades of Mulberry #CB428A
Tints of Mulberry #CB428A
RGB
CMYK
RGB Variations
Color information
#CB428A (or 0xCB428A) is known color: Mulberry. HEX triplet: CB, 42 and 8A. RGB value is (203,66,138). Sum of RGB (Red+Green+Blue) = 203+66+138=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB428A is #34BD75. Grayscale: #737373. Windows color (decimal): -3456374 or 9061067. OLE color: 9061067.
HSL color Cylindrical-coordinate representation of color #CB428A: hue angle of 328.47º 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 #CB428A is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 66 | 138 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.20 |
| HSL | 328.47º | 0.57% | 0.53% | - |
| HSV(B) | 328.47º | 0.67% | 0.8% | - |
| XYZ | 31.16 | 18.43 | 25.96 | - |
| YUV | 115.17 | 140.89 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 138 | 0 | 0.67 | 0.32 | 0.20 | 328.47 | 0.57 | 0.53 |
| Hex | CB | 42 | 8A | 0 | 43 | 20 | 14 | 148 | 39 | 35 |
| Octal | 313 | 102 | 212 | 0 | 103 | 40 | 24 | 510 | 71 | 65 |
| Binary | 11001011 | 1000010 | 10001010 | 0 | 1000011 | 100000 | 10100 | 101001000 | 111001 | 110101 |
Color Harmonies of #CB428A
Complementary color
Monochromatic Colors of #CB428A
Black with #CB428A
Text Example
Text Example
White with #CB428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB428A; }
p { color: rgb(203,66,138); }
H1.HeaderClassName
{
color: #CB428A;
}
.AnyTagClassName
{
color: #CB428A;
}
</style>
background-color css
<style>
a { background-color: #CB428A; }
a { background-color: rgb(203,66,138); }
div.DivClassName
{
background-color: #CB428A;
}
.BgClassName
{
background-color: #CB428A;
}
</style>
border-color css
<style>
span { border-color: #CB428A; }
span { border-color: rgb(203,66,138); }
td.TdClassName
{
border-color: #CB428A;
}
.TagClassName
{
border-color: #CB428A;
}
</style>