Shades of Mulberry #CB418A
Tints of Mulberry #CB418A
RGB
CMYK
RGB Variations
Color information
#CB418A (or 0xCB418A) is known color: Mulberry. HEX triplet: CB, 41 and 8A. RGB value is (203,65,138). Sum of RGB (Red+Green+Blue) = 203+65+138=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB418A is #34BE75. Grayscale: #727272. Windows color (decimal): -3456630 or 9060811. OLE color: 9060811.
HSL color Cylindrical-coordinate representation of color #CB418A: hue angle of 328.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB418A is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 138 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.20 |
| HSL | 328.26º | 0.57% | 0.53% | - |
| HSV(B) | 328.26º | 0.68% | 0.8% | - |
| XYZ | 31.11 | 18.31 | 25.94 | - |
| YUV | 114.58 | 141.22 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 138 | 0 | 0.68 | 0.32 | 0.20 | 328.26 | 0.57 | 0.53 |
| Hex | CB | 41 | 8A | 0 | 44 | 20 | 14 | 148 | 39 | 35 |
| Octal | 313 | 101 | 212 | 0 | 104 | 40 | 24 | 510 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10001010 | 0 | 1000100 | 100000 | 10100 | 101001000 | 111001 | 110101 |
Color Harmonies of #CB418A
Complementary color
Monochromatic Colors of #CB418A
Black with #CB418A
Text Example
Text Example
White with #CB418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB418A; }
p { color: rgb(203,65,138); }
H1.HeaderClassName
{
color: #CB418A;
}
.AnyTagClassName
{
color: #CB418A;
}
</style>
background-color css
<style>
a { background-color: #CB418A; }
a { background-color: rgb(203,65,138); }
div.DivClassName
{
background-color: #CB418A;
}
.BgClassName
{
background-color: #CB418A;
}
</style>
border-color css
<style>
span { border-color: #CB418A; }
span { border-color: rgb(203,65,138); }
td.TdClassName
{
border-color: #CB418A;
}
.TagClassName
{
border-color: #CB418A;
}
</style>