Shades of Mulberry #CB39A8
Tints of Mulberry #CB39A8
RGB
CMYK
RGB Variations
Color information
#CB39A8 (or 0xCB39A8) is known color: Mulberry. HEX triplet: CB, 39 and A8. RGB value is (203,57,168). Sum of RGB (Red+Green+Blue) = 203+57+168=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB39A8 is #34C657. Grayscale: #717171. Windows color (decimal): -3458648 or 11024843. OLE color: 11024843.
HSL color Cylindrical-coordinate representation of color #CB39A8: hue angle of 314.38º degrees, saturation: 0.58, 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 #CB39A8 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 168 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.20 |
| HSL | 314.38º | 0.58% | 0.51% | - |
| HSV(B) | 314.38º | 0.72% | 0.8% | - |
| XYZ | 33.16 | 18.45 | 38.86 | - |
| YUV | 113.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 168 | 0 | 0.72 | 0.17 | 0.20 | 314.38 | 0.58 | 0.51 |
| Hex | CB | 39 | A8 | 0 | 48 | 11 | 14 | 13A | 3A | 33 |
| Octal | 313 | 71 | 250 | 0 | 110 | 21 | 24 | 472 | 72 | 63 |
| Binary | 11001011 | 111001 | 10101000 | 0 | 1001000 | 10001 | 10100 | 100111010 | 111010 | 110011 |
Color Harmonies of #CB39A8
Complementary color
Monochromatic Colors of #CB39A8
Black with #CB39A8
Text Example
Text Example
White with #CB39A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB39A8; }
p { color: rgb(203,57,168); }
H1.HeaderClassName
{
color: #CB39A8;
}
.AnyTagClassName
{
color: #CB39A8;
}
</style>
background-color css
<style>
a { background-color: #CB39A8; }
a { background-color: rgb(203,57,168); }
div.DivClassName
{
background-color: #CB39A8;
}
.BgClassName
{
background-color: #CB39A8;
}
</style>
border-color css
<style>
span { border-color: #CB39A8; }
span { border-color: rgb(203,57,168); }
td.TdClassName
{
border-color: #CB39A8;
}
.TagClassName
{
border-color: #CB39A8;
}
</style>