Shades of Mulberry #CB399C
Tints of Mulberry #CB399C
RGB
CMYK
RGB Variations
Color information
#CB399C (or 0xCB399C) is known color: Mulberry. HEX triplet: CB, 39 and 9C. RGB value is (203,57,156). Sum of RGB (Red+Green+Blue) = 203+57+156=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB399C is #34C663. Grayscale: #6F6F6F. Windows color (decimal): -3458660 or 10238411. OLE color: 10238411.
HSL color Cylindrical-coordinate representation of color #CB399C: hue angle of 319.32º 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 #CB399C is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 156 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.20 |
| HSL | 319.32º | 0.58% | 0.51% | - |
| HSV(B) | 319.32º | 0.72% | 0.8% | - |
| XYZ | 32.09 | 18.02 | 33.24 | - |
| YUV | 111.94 | 152.87 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 156 | 0 | 0.72 | 0.23 | 0.20 | 319.32 | 0.58 | 0.51 |
| Hex | CB | 39 | 9C | 0 | 48 | 17 | 14 | 13F | 3A | 33 |
| Octal | 313 | 71 | 234 | 0 | 110 | 27 | 24 | 477 | 72 | 63 |
| Binary | 11001011 | 111001 | 10011100 | 0 | 1001000 | 10111 | 10100 | 100111111 | 111010 | 110011 |
Color Harmonies of #CB399C
Complementary color
Monochromatic Colors of #CB399C
Black with #CB399C
Text Example
Text Example
White with #CB399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB399C; }
p { color: rgb(203,57,156); }
H1.HeaderClassName
{
color: #CB399C;
}
.AnyTagClassName
{
color: #CB399C;
}
</style>
background-color css
<style>
a { background-color: #CB399C; }
a { background-color: rgb(203,57,156); }
div.DivClassName
{
background-color: #CB399C;
}
.BgClassName
{
background-color: #CB399C;
}
</style>
border-color css
<style>
span { border-color: #CB399C; }
span { border-color: rgb(203,57,156); }
td.TdClassName
{
border-color: #CB399C;
}
.TagClassName
{
border-color: #CB399C;
}
</style>