Shades of Mulberry #CB449F
Tints of Mulberry #CB449F
RGB
CMYK
RGB Variations
Color information
#CB449F (or 0xCB449F) is known color: Mulberry. HEX triplet: CB, 44 and 9F. RGB value is (203,68,159). Sum of RGB (Red+Green+Blue) = 203+68+159=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB449F is #34BB60. Grayscale: #767676. Windows color (decimal): -3455841 or 10437835. OLE color: 10437835.
HSL color Cylindrical-coordinate representation of color #CB449F: hue angle of 319.56º degrees, saturation: 0.56, 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 #CB449F is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 159 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.20 |
| HSL | 319.56º | 0.56% | 0.53% | - |
| HSV(B) | 319.56º | 0.67% | 0.8% | - |
| XYZ | 32.95 | 19.33 | 34.8 | - |
| YUV | 118.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 159 | 0 | 0.67 | 0.22 | 0.20 | 319.56 | 0.56 | 0.53 |
| Hex | CB | 44 | 9F | 0 | 43 | 16 | 14 | 140 | 38 | 35 |
| Octal | 313 | 104 | 237 | 0 | 103 | 26 | 24 | 500 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10011111 | 0 | 1000011 | 10110 | 10100 | 101000000 | 111000 | 110101 |
Color Harmonies of #CB449F
Complementary color
Monochromatic Colors of #CB449F
Black with #CB449F
Text Example
Text Example
White with #CB449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB449F; }
p { color: rgb(203,68,159); }
H1.HeaderClassName
{
color: #CB449F;
}
.AnyTagClassName
{
color: #CB449F;
}
</style>
background-color css
<style>
a { background-color: #CB449F; }
a { background-color: rgb(203,68,159); }
div.DivClassName
{
background-color: #CB449F;
}
.BgClassName
{
background-color: #CB449F;
}
</style>
border-color css
<style>
span { border-color: #CB449F; }
span { border-color: rgb(203,68,159); }
td.TdClassName
{
border-color: #CB449F;
}
.TagClassName
{
border-color: #CB449F;
}
</style>