Shades of Mulberry #CB46A3
Tints of Mulberry #CB46A3
RGB
CMYK
RGB Variations
Color information
#CB46A3 (or 0xCB46A3) is known color: Mulberry. HEX triplet: CB, 46 and A3. RGB value is (203,70,163). Sum of RGB (Red+Green+Blue) = 203+70+163=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB46A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB46A3 is #34B95C. Grayscale: #787878. Windows color (decimal): -3455325 or 10700491. OLE color: 10700491.
HSL color Cylindrical-coordinate representation of color #CB46A3: hue angle of 318.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB46A3 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 163 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.20 |
| HSL | 318.05º | 0.56% | 0.54% | - |
| HSV(B) | 318.05º | 0.66% | 0.8% | - |
| XYZ | 33.43 | 19.72 | 36.69 | - |
| YUV | 120.37 | 152.06 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 163 | 0 | 0.66 | 0.20 | 0.20 | 318.05 | 0.56 | 0.54 |
| Hex | CB | 46 | A3 | 0 | 42 | 14 | 14 | 13E | 38 | 36 |
| Octal | 313 | 106 | 243 | 0 | 102 | 24 | 24 | 476 | 70 | 66 |
| Binary | 11001011 | 1000110 | 10100011 | 0 | 1000010 | 10100 | 10100 | 100111110 | 111000 | 110110 |
Color Harmonies of #CB46A3
Complementary color
Monochromatic Colors of #CB46A3
Black with #CB46A3
Text Example
Text Example
White with #CB46A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46A3; }
p { color: rgb(203,70,163); }
H1.HeaderClassName
{
color: #CB46A3;
}
.AnyTagClassName
{
color: #CB46A3;
}
</style>
background-color css
<style>
a { background-color: #CB46A3; }
a { background-color: rgb(203,70,163); }
div.DivClassName
{
background-color: #CB46A3;
}
.BgClassName
{
background-color: #CB46A3;
}
</style>
border-color css
<style>
span { border-color: #CB46A3; }
span { border-color: rgb(203,70,163); }
td.TdClassName
{
border-color: #CB46A3;
}
.TagClassName
{
border-color: #CB46A3;
}
</style>