Shades of Mulberry #CB399D
Tints of Mulberry #CB399D
RGB
CMYK
RGB Variations
Color information
#CB399D (or 0xCB399D) is known color: Mulberry. HEX triplet: CB, 39 and 9D. RGB value is (203,57,157). Sum of RGB (Red+Green+Blue) = 203+57+157=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB399D is #34C662. Grayscale: #6F6F6F. Windows color (decimal): -3458659 or 10303947. OLE color: 10303947.
HSL color Cylindrical-coordinate representation of color #CB399D: hue angle of 318.9º 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 #CB399D is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 157 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.20 |
| HSL | 318.9º | 0.58% | 0.51% | - |
| HSV(B) | 318.9º | 0.72% | 0.8% | - |
| XYZ | 32.18 | 18.06 | 33.69 | - |
| YUV | 112.05 | 153.37 | 192.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 157 | 0 | 0.72 | 0.23 | 0.20 | 318.9 | 0.58 | 0.51 |
| Hex | CB | 39 | 9D | 0 | 48 | 17 | 14 | 13F | 3A | 33 |
| Octal | 313 | 71 | 235 | 0 | 110 | 27 | 24 | 477 | 72 | 63 |
| Binary | 11001011 | 111001 | 10011101 | 0 | 1001000 | 10111 | 10100 | 100111111 | 111010 | 110011 |
Color Harmonies of #CB399D
Complementary color
Monochromatic Colors of #CB399D
Black with #CB399D
Text Example
Text Example
White with #CB399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB399D; }
p { color: rgb(203,57,157); }
H1.HeaderClassName
{
color: #CB399D;
}
.AnyTagClassName
{
color: #CB399D;
}
</style>
background-color css
<style>
a { background-color: #CB399D; }
a { background-color: rgb(203,57,157); }
div.DivClassName
{
background-color: #CB399D;
}
.BgClassName
{
background-color: #CB399D;
}
</style>
border-color css
<style>
span { border-color: #CB399D; }
span { border-color: rgb(203,57,157); }
td.TdClassName
{
border-color: #CB399D;
}
.TagClassName
{
border-color: #CB399D;
}
</style>