Shades of Mulberry #CB3993
Tints of Mulberry #CB3993
RGB
CMYK
RGB Variations
Color information
#CB3993 (or 0xCB3993) is known color: Mulberry. HEX triplet: CB, 39 and 93. RGB value is (203,57,147). Sum of RGB (Red+Green+Blue) = 203+57+147=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB3993 is #34C66C. Grayscale: #6E6E6E. Windows color (decimal): -3458669 or 9648587. OLE color: 9648587.
HSL color Cylindrical-coordinate representation of color #CB3993: hue angle of 323.01º 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 #CB3993 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 147 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.20 |
| HSL | 323.01º | 0.58% | 0.51% | - |
| HSV(B) | 323.01º | 0.72% | 0.8% | - |
| XYZ | 31.36 | 17.73 | 29.37 | - |
| YUV | 110.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 147 | 0 | 0.72 | 0.28 | 0.20 | 323.01 | 0.58 | 0.51 |
| Hex | CB | 39 | 93 | 0 | 48 | 1C | 14 | 143 | 3A | 33 |
| Octal | 313 | 71 | 223 | 0 | 110 | 34 | 24 | 503 | 72 | 63 |
| Binary | 11001011 | 111001 | 10010011 | 0 | 1001000 | 11100 | 10100 | 101000011 | 111010 | 110011 |
Color Harmonies of #CB3993
Complementary color
Monochromatic Colors of #CB3993
Black with #CB3993
Text Example
Text Example
White with #CB3993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3993; }
p { color: rgb(203,57,147); }
H1.HeaderClassName
{
color: #CB3993;
}
.AnyTagClassName
{
color: #CB3993;
}
</style>
background-color css
<style>
a { background-color: #CB3993; }
a { background-color: rgb(203,57,147); }
div.DivClassName
{
background-color: #CB3993;
}
.BgClassName
{
background-color: #CB3993;
}
</style>
border-color css
<style>
span { border-color: #CB3993; }
span { border-color: rgb(203,57,147); }
td.TdClassName
{
border-color: #CB3993;
}
.TagClassName
{
border-color: #CB3993;
}
</style>