Shades of Mulberry #CA3B9B
Tints of Mulberry #CA3B9B
RGB
CMYK
RGB Variations
Color information
#CA3B9B (or 0xCA3B9B) is known color: Mulberry. HEX triplet: CA, 3B and 9B. RGB value is (202,59,155). Sum of RGB (Red+Green+Blue) = 202+59+155=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 59 (23.44% from 255 or 14.18% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3B9B is #35C464. Grayscale: #707070. Windows color (decimal): -3523685 or 10173386. OLE color: 10173386.
HSL color Cylindrical-coordinate representation of color #CA3B9B: hue angle of 319.72º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3B9B is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 155 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.21 |
| HSL | 319.72º | 0.57% | 0.51% | - |
| HSV(B) | 319.72º | 0.71% | 0.79% | - |
| XYZ | 31.84 | 18.05 | 32.82 | - |
| YUV | 112.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 155 | 0 | 0.71 | 0.23 | 0.21 | 319.72 | 0.57 | 0.51 |
| Hex | CA | 3B | 9B | 0 | 47 | 17 | 15 | 140 | 39 | 33 |
| Octal | 312 | 73 | 233 | 0 | 107 | 27 | 25 | 500 | 71 | 63 |
| Binary | 11001010 | 111011 | 10011011 | 0 | 1000111 | 10111 | 10101 | 101000000 | 111001 | 110011 |
Color Harmonies of #CA3B9B
Complementary color
Monochromatic Colors of #CA3B9B
Black with #CA3B9B
Text Example
Text Example
White with #CA3B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B9B; }
p { color: rgb(202,59,155); }
H1.HeaderClassName
{
color: #CA3B9B;
}
.AnyTagClassName
{
color: #CA3B9B;
}
</style>
background-color css
<style>
a { background-color: #CA3B9B; }
a { background-color: rgb(202,59,155); }
div.DivClassName
{
background-color: #CA3B9B;
}
.BgClassName
{
background-color: #CA3B9B;
}
</style>
border-color css
<style>
span { border-color: #CA3B9B; }
span { border-color: rgb(202,59,155); }
td.TdClassName
{
border-color: #CA3B9B;
}
.TagClassName
{
border-color: #CA3B9B;
}
</style>