Shades of Mulberry #CB419B
Tints of Mulberry #CB419B
RGB
CMYK
RGB Variations
Color information
#CB419B (or 0xCB419B) is known color: Mulberry. HEX triplet: CB, 41 and 9B. RGB value is (203,65,155). Sum of RGB (Red+Green+Blue) = 203+65+155=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CB419B is #34BE64. Grayscale: #747474. Windows color (decimal): -3456613 or 10174923. OLE color: 10174923.
HSL color Cylindrical-coordinate representation of color #CB419B: hue angle of 320.87º 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 #CB419B is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 65 | 155 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.20 |
| HSL | 320.87º | 0.57% | 0.53% | - |
| HSV(B) | 320.87º | 0.68% | 0.8% | - |
| XYZ | 32.44 | 18.84 | 32.94 | - |
| YUV | 116.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 155 | 0 | 0.68 | 0.24 | 0.20 | 320.87 | 0.57 | 0.53 |
| Hex | CB | 41 | 9B | 0 | 44 | 18 | 14 | 141 | 39 | 35 |
| Octal | 313 | 101 | 233 | 0 | 104 | 30 | 24 | 501 | 71 | 65 |
| Binary | 11001011 | 1000001 | 10011011 | 0 | 1000100 | 11000 | 10100 | 101000001 | 111001 | 110101 |
Color Harmonies of #CB419B
Complementary color
Monochromatic Colors of #CB419B
Black with #CB419B
Text Example
Text Example
White with #CB419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB419B; }
p { color: rgb(203,65,155); }
H1.HeaderClassName
{
color: #CB419B;
}
.AnyTagClassName
{
color: #CB419B;
}
</style>
background-color css
<style>
a { background-color: #CB419B; }
a { background-color: rgb(203,65,155); }
div.DivClassName
{
background-color: #CB419B;
}
.BgClassName
{
background-color: #CB419B;
}
</style>
border-color css
<style>
span { border-color: #CB419B; }
span { border-color: rgb(203,65,155); }
td.TdClassName
{
border-color: #CB419B;
}
.TagClassName
{
border-color: #CB419B;
}
</style>