Shades of Mulberry #CB448F
Tints of Mulberry #CB448F
RGB
CMYK
RGB Variations
Color information
#CB448F (or 0xCB448F) is known color: Mulberry. HEX triplet: CB, 44 and 8F. RGB value is (203,68,143). Sum of RGB (Red+Green+Blue) = 203+68+143=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CB448F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB448F is #34BB70. Grayscale: #747474. Windows color (decimal): -3455857 or 9389259. OLE color: 9389259.
HSL color Cylindrical-coordinate representation of color #CB448F: hue angle of 326.67º 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 #CB448F is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 68 | 143 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.20 |
| HSL | 326.67º | 0.56% | 0.53% | - |
| HSV(B) | 326.67º | 0.67% | 0.8% | - |
| XYZ | 31.65 | 18.81 | 27.95 | - |
| YUV | 116.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 68 | 143 | 0 | 0.67 | 0.30 | 0.20 | 326.67 | 0.56 | 0.53 |
| Hex | CB | 44 | 8F | 0 | 43 | 1E | 14 | 147 | 38 | 35 |
| Octal | 313 | 104 | 217 | 0 | 103 | 36 | 24 | 507 | 70 | 65 |
| Binary | 11001011 | 1000100 | 10001111 | 0 | 1000011 | 11110 | 10100 | 101000111 | 111000 | 110101 |
Color Harmonies of #CB448F
Complementary color
Monochromatic Colors of #CB448F
Black with #CB448F
Text Example
Text Example
White with #CB448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB448F; }
p { color: rgb(203,68,143); }
H1.HeaderClassName
{
color: #CB448F;
}
.AnyTagClassName
{
color: #CB448F;
}
</style>
background-color css
<style>
a { background-color: #CB448F; }
a { background-color: rgb(203,68,143); }
div.DivClassName
{
background-color: #CB448F;
}
.BgClassName
{
background-color: #CB448F;
}
</style>
border-color css
<style>
span { border-color: #CB448F; }
span { border-color: rgb(203,68,143); }
td.TdClassName
{
border-color: #CB448F;
}
.TagClassName
{
border-color: #CB448F;
}
</style>