Shades of Mulberry #CB40A9
Tints of Mulberry #CB40A9
RGB
CMYK
RGB Variations
Color information
#CB40A9 (or 0xCB40A9) is known color: Mulberry. HEX triplet: CB, 40 and A9. RGB value is (203,64,169). Sum of RGB (Red+Green+Blue) = 203+64+169=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB40A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB40A9 is #34BF56. Grayscale: #757575. Windows color (decimal): -3456855 or 11092171. OLE color: 11092171.
HSL color Cylindrical-coordinate representation of color #CB40A9: hue angle of 314.68º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB40A9 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 64 | 169 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.20 |
| HSL | 314.68º | 0.57% | 0.52% | - |
| HSV(B) | 314.68º | 0.68% | 0.8% | - |
| XYZ | 33.62 | 19.23 | 39.48 | - |
| YUV | 117.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 64 | 169 | 0 | 0.68 | 0.17 | 0.20 | 314.68 | 0.57 | 0.52 |
| Hex | CB | 40 | A9 | 0 | 44 | 11 | 14 | 13B | 39 | 34 |
| Octal | 313 | 100 | 251 | 0 | 104 | 21 | 24 | 473 | 71 | 64 |
| Binary | 11001011 | 1000000 | 10101001 | 0 | 1000100 | 10001 | 10100 | 100111011 | 111001 | 110100 |
Color Harmonies of #CB40A9
Complementary color
Monochromatic Colors of #CB40A9
Black with #CB40A9
Text Example
Text Example
White with #CB40A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB40A9; }
p { color: rgb(203,64,169); }
H1.HeaderClassName
{
color: #CB40A9;
}
.AnyTagClassName
{
color: #CB40A9;
}
</style>
background-color css
<style>
a { background-color: #CB40A9; }
a { background-color: rgb(203,64,169); }
div.DivClassName
{
background-color: #CB40A9;
}
.BgClassName
{
background-color: #CB40A9;
}
</style>
border-color css
<style>
span { border-color: #CB40A9; }
span { border-color: rgb(203,64,169); }
td.TdClassName
{
border-color: #CB40A9;
}
.TagClassName
{
border-color: #CB40A9;
}
</style>