Shades of Mulberry #CB419D
Tints of Mulberry #CB419D
RGB
CMYK
RGB Variations
Color information
#CB419D (or 0xCB419D) is known color: Mulberry. HEX triplet: CB, 41 and 9D. RGB value is (203,65,157). Sum of RGB (Red+Green+Blue) = 203+65+157=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB419D is #34BE62. Grayscale: #747474. Windows color (decimal): -3456611 or 10305995. OLE color: 10305995.
HSL color Cylindrical-coordinate representation of color #CB419D: hue angle of 320º 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 #CB419D is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 157 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.20 |
| HSL | 320º | 0.57% | 0.53% | - |
| HSV(B) | 320º | 0.68% | 0.8% | - |
| XYZ | 32.6 | 18.91 | 33.83 | - |
| YUV | 116.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 157 | 0 | 0.68 | 0.23 | 0.20 | 320 | 0.57 | 0.53 |
| Hex | CB | 41 | 9D | 0 | 44 | 17 | 14 | 140 | 39 | 35 |
| Octal | 313 | 101 | 235 | 0 | 104 | 27 | 24 | 500 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10011101 | 0 | 1000100 | 10111 | 10100 | 101000000 | 111001 | 110101 |
Color Harmonies of #CB419D
Complementary color
Monochromatic Colors of #CB419D
Black with #CB419D
Text Example
Text Example
White with #CB419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB419D; }
p { color: rgb(203,65,157); }
H1.HeaderClassName
{
color: #CB419D;
}
.AnyTagClassName
{
color: #CB419D;
}
</style>
background-color css
<style>
a { background-color: #CB419D; }
a { background-color: rgb(203,65,157); }
div.DivClassName
{
background-color: #CB419D;
}
.BgClassName
{
background-color: #CB419D;
}
</style>
border-color css
<style>
span { border-color: #CB419D; }
span { border-color: rgb(203,65,157); }
td.TdClassName
{
border-color: #CB419D;
}
.TagClassName
{
border-color: #CB419D;
}
</style>