Shades of Mulberry #CA3B8C
Tints of Mulberry #CA3B8C
RGB
CMYK
RGB Variations
Color information
#CA3B8C (or 0xCA3B8C) is known color: Mulberry. HEX triplet: CA, 3B and 8C. RGB value is (202,59,140). Sum of RGB (Red+Green+Blue) = 202+59+140=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3B8C is #35C473. Grayscale: #6E6E6E. Windows color (decimal): -3523700 or 9190346. OLE color: 9190346.
HSL color Cylindrical-coordinate representation of color #CA3B8C: hue angle of 326.01º 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 #CA3B8C is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 140 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.21 |
| HSL | 326.01º | 0.57% | 0.51% | - |
| HSV(B) | 326.01º | 0.71% | 0.79% | - |
| XYZ | 30.65 | 17.58 | 26.59 | - |
| YUV | 110.99 | 144.38 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 140 | 0 | 0.71 | 0.31 | 0.21 | 326.01 | 0.57 | 0.51 |
| Hex | CA | 3B | 8C | 0 | 47 | 1F | 15 | 146 | 39 | 33 |
| Octal | 312 | 73 | 214 | 0 | 107 | 37 | 25 | 506 | 71 | 63 |
| Binary | 11001010 | 111011 | 10001100 | 0 | 1000111 | 11111 | 10101 | 101000110 | 111001 | 110011 |
Color Harmonies of #CA3B8C
Complementary color
Monochromatic Colors of #CA3B8C
Black with #CA3B8C
Text Example
Text Example
White with #CA3B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B8C; }
p { color: rgb(202,59,140); }
H1.HeaderClassName
{
color: #CA3B8C;
}
.AnyTagClassName
{
color: #CA3B8C;
}
</style>
background-color css
<style>
a { background-color: #CA3B8C; }
a { background-color: rgb(202,59,140); }
div.DivClassName
{
background-color: #CA3B8C;
}
.BgClassName
{
background-color: #CA3B8C;
}
</style>
border-color css
<style>
span { border-color: #CA3B8C; }
span { border-color: rgb(202,59,140); }
td.TdClassName
{
border-color: #CA3B8C;
}
.TagClassName
{
border-color: #CA3B8C;
}
</style>