Shades of Mulberry #CB5093
Tints of Mulberry #CB5093
RGB
CMYK
RGB Variations
Color information
#CB5093 (or 0xCB5093) is known color: Mulberry. HEX triplet: CB, 50 and 93. RGB value is (203,80,147). Sum of RGB (Red+Green+Blue) = 203+80+147=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB5093 is #34AF6C. Grayscale: #7C7C7C. Windows color (decimal): -3452781 or 9654475. OLE color: 9654475.
HSL color Cylindrical-coordinate representation of color #CB5093: hue angle of 327.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5093 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 147 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.20 |
| HSL | 327.32º | 0.54% | 0.55% | - |
| HSV(B) | 327.32º | 0.61% | 0.8% | - |
| XYZ | 32.76 | 20.54 | 29.84 | - |
| YUV | 124.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 147 | 0 | 0.61 | 0.28 | 0.20 | 327.32 | 0.54 | 0.55 |
| Hex | CB | 50 | 93 | 0 | 3D | 1C | 14 | 147 | 36 | 37 |
| Octal | 313 | 120 | 223 | 0 | 75 | 34 | 24 | 507 | 66 | 67 |
| Binary | 11001011 | 1010000 | 10010011 | 0 | 111101 | 11100 | 10100 | 101000111 | 110110 | 110111 |
Color Harmonies of #CB5093
Complementary color
Monochromatic Colors of #CB5093
Black with #CB5093
Text Example
Text Example
White with #CB5093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5093; }
p { color: rgb(203,80,147); }
H1.HeaderClassName
{
color: #CB5093;
}
.AnyTagClassName
{
color: #CB5093;
}
</style>
background-color css
<style>
a { background-color: #CB5093; }
a { background-color: rgb(203,80,147); }
div.DivClassName
{
background-color: #CB5093;
}
.BgClassName
{
background-color: #CB5093;
}
</style>
border-color css
<style>
span { border-color: #CB5093; }
span { border-color: rgb(203,80,147); }
td.TdClassName
{
border-color: #CB5093;
}
.TagClassName
{
border-color: #CB5093;
}
</style>