Shades of Mulberry #CB38A2
Tints of Mulberry #CB38A2
RGB
CMYK
RGB Variations
Color information
#CB38A2 (or 0xCB38A2) is known color: Mulberry. HEX triplet: CB, 38 and A2. RGB value is (203,56,162). Sum of RGB (Red+Green+Blue) = 203+56+162=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 56 (22.27% from 255 or 13.30% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38A2 is #34C75D. Grayscale: #6F6F6F. Windows color (decimal): -3458910 or 10631371. OLE color: 10631371.
HSL color Cylindrical-coordinate representation of color #CB38A2: hue angle of 316.73º 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 #CB38A2 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 162 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.20 |
| HSL | 316.73º | 0.59% | 0.51% | - |
| HSV(B) | 316.73º | 0.72% | 0.8% | - |
| XYZ | 32.56 | 18.13 | 35.97 | - |
| YUV | 112.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 162 | 0 | 0.72 | 0.20 | 0.20 | 316.73 | 0.59 | 0.51 |
| Hex | CB | 38 | A2 | 0 | 48 | 14 | 14 | 13D | 3B | 33 |
| Octal | 313 | 70 | 242 | 0 | 110 | 24 | 24 | 475 | 73 | 63 |
| Binary | 11001011 | 111000 | 10100010 | 0 | 1001000 | 10100 | 10100 | 100111101 | 111011 | 110011 |
Color Harmonies of #CB38A2
Complementary color
Monochromatic Colors of #CB38A2
Black with #CB38A2
Text Example
Text Example
White with #CB38A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38A2; }
p { color: rgb(203,56,162); }
H1.HeaderClassName
{
color: #CB38A2;
}
.AnyTagClassName
{
color: #CB38A2;
}
</style>
background-color css
<style>
a { background-color: #CB38A2; }
a { background-color: rgb(203,56,162); }
div.DivClassName
{
background-color: #CB38A2;
}
.BgClassName
{
background-color: #CB38A2;
}
</style>
border-color css
<style>
span { border-color: #CB38A2; }
span { border-color: rgb(203,56,162); }
td.TdClassName
{
border-color: #CB38A2;
}
.TagClassName
{
border-color: #CB38A2;
}
</style>