Shades of Mulberry #CB38A0
Tints of Mulberry #CB38A0
RGB
CMYK
RGB Variations
Color information
#CB38A0 (or 0xCB38A0) is known color: Mulberry. HEX triplet: CB, 38 and A0. RGB value is (203,56,160). Sum of RGB (Red+Green+Blue) = 203+56+160=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38A0 is #34C75F. Grayscale: #6F6F6F. Windows color (decimal): -3458912 or 10500299. OLE color: 10500299.
HSL color Cylindrical-coordinate representation of color #CB38A0: hue angle of 317.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB38A0 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 160 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.20 |
| HSL | 317.55º | 0.59% | 0.51% | - |
| HSV(B) | 317.55º | 0.72% | 0.8% | - |
| XYZ | 32.39 | 18.06 | 35.04 | - |
| YUV | 111.81 | 155.2 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 160 | 0 | 0.72 | 0.21 | 0.20 | 317.55 | 0.59 | 0.51 |
| Hex | CB | 38 | A0 | 0 | 48 | 15 | 14 | 13E | 3B | 33 |
| Octal | 313 | 70 | 240 | 0 | 110 | 25 | 24 | 476 | 73 | 63 |
| Binary | 11001011 | 111000 | 10100000 | 0 | 1001000 | 10101 | 10100 | 100111110 | 111011 | 110011 |
Color Harmonies of #CB38A0
Complementary color
Monochromatic Colors of #CB38A0
Black with #CB38A0
Text Example
Text Example
White with #CB38A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38A0; }
p { color: rgb(203,56,160); }
H1.HeaderClassName
{
color: #CB38A0;
}
.AnyTagClassName
{
color: #CB38A0;
}
</style>
background-color css
<style>
a { background-color: #CB38A0; }
a { background-color: rgb(203,56,160); }
div.DivClassName
{
background-color: #CB38A0;
}
.BgClassName
{
background-color: #CB38A0;
}
</style>
border-color css
<style>
span { border-color: #CB38A0; }
span { border-color: rgb(203,56,160); }
td.TdClassName
{
border-color: #CB38A0;
}
.TagClassName
{
border-color: #CB38A0;
}
</style>