Shades of Mulberry #CB458A
Tints of Mulberry #CB458A
RGB
CMYK
RGB Variations
Color information
#CB458A (or 0xCB458A) is known color: Mulberry. HEX triplet: CB, 45 and 8A. RGB value is (203,69,138). Sum of RGB (Red+Green+Blue) = 203+69+138=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB458A is #34BA75. Grayscale: #747474. Windows color (decimal): -3455606 or 9061835. OLE color: 9061835.
HSL color Cylindrical-coordinate representation of color #CB458A: hue angle of 329.1º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB458A is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 69 | 138 | - |
| CMYK | 0 | 0.66 | 0.32 | 0.20 |
| HSL | 329.1º | 0.56% | 0.53% | - |
| HSV(B) | 329.1º | 0.66% | 0.8% | - |
| XYZ | 31.34 | 18.79 | 26.02 | - |
| YUV | 116.93 | 139.89 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 69 | 138 | 0 | 0.66 | 0.32 | 0.20 | 329.1 | 0.56 | 0.53 |
| Hex | CB | 45 | 8A | 0 | 42 | 20 | 14 | 149 | 38 | 35 |
| Octal | 313 | 105 | 212 | 0 | 102 | 40 | 24 | 511 | 70 | 65 |
| Binary | 11001011 | 1000101 | 10001010 | 0 | 1000010 | 100000 | 10100 | 101001001 | 111000 | 110101 |
Color Harmonies of #CB458A
Complementary color
Monochromatic Colors of #CB458A
Black with #CB458A
Text Example
Text Example
White with #CB458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB458A; }
p { color: rgb(203,69,138); }
H1.HeaderClassName
{
color: #CB458A;
}
.AnyTagClassName
{
color: #CB458A;
}
</style>
background-color css
<style>
a { background-color: #CB458A; }
a { background-color: rgb(203,69,138); }
div.DivClassName
{
background-color: #CB458A;
}
.BgClassName
{
background-color: #CB458A;
}
</style>
border-color css
<style>
span { border-color: #CB458A; }
span { border-color: rgb(203,69,138); }
td.TdClassName
{
border-color: #CB458A;
}
.TagClassName
{
border-color: #CB458A;
}
</style>