Shades of Mulberry #CB38A3
Tints of Mulberry #CB38A3
RGB
CMYK
RGB Variations
Color information
#CB38A3 (or 0xCB38A3) is known color: Mulberry. HEX triplet: CB, 38 and A3. RGB value is (203,56,163). Sum of RGB (Red+Green+Blue) = 203+56+163=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB38A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB38A3 is #34C75C. Grayscale: #6F6F6F. Windows color (decimal): -3458909 or 10696907. OLE color: 10696907.
HSL color Cylindrical-coordinate representation of color #CB38A3: hue angle of 316.33º 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 #CB38A3 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 56 | 163 | - |
| CMYK | 0 | 0.72 | 0.20 | 0.20 |
| HSL | 316.33º | 0.59% | 0.51% | - |
| HSV(B) | 316.33º | 0.72% | 0.8% | - |
| XYZ | 32.65 | 18.17 | 36.44 | - |
| YUV | 112.15 | 156.7 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 56 | 163 | 0 | 0.72 | 0.20 | 0.20 | 316.33 | 0.59 | 0.51 |
| Hex | CB | 38 | A3 | 0 | 48 | 14 | 14 | 13C | 3B | 33 |
| Octal | 313 | 70 | 243 | 0 | 110 | 24 | 24 | 474 | 73 | 63 |
| Binary | 11001011 | 111000 | 10100011 | 0 | 1001000 | 10100 | 10100 | 100111100 | 111011 | 110011 |
Color Harmonies of #CB38A3
Complementary color
Monochromatic Colors of #CB38A3
Black with #CB38A3
Text Example
Text Example
White with #CB38A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB38A3; }
p { color: rgb(203,56,163); }
H1.HeaderClassName
{
color: #CB38A3;
}
.AnyTagClassName
{
color: #CB38A3;
}
</style>
background-color css
<style>
a { background-color: #CB38A3; }
a { background-color: rgb(203,56,163); }
div.DivClassName
{
background-color: #CB38A3;
}
.BgClassName
{
background-color: #CB38A3;
}
</style>
border-color css
<style>
span { border-color: #CB38A3; }
span { border-color: rgb(203,56,163); }
td.TdClassName
{
border-color: #CB38A3;
}
.TagClassName
{
border-color: #CB38A3;
}
</style>