Shades of Mulberry #CA3F9B
Tints of Mulberry #CA3F9B
RGB
CMYK
RGB Variations
Color information
#CA3F9B (or 0xCA3F9B) is known color: Mulberry. HEX triplet: CA, 3F and 9B. RGB value is (202,63,155). Sum of RGB (Red+Green+Blue) = 202+63+155=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3F9B is #35C064. Grayscale: #727272. Windows color (decimal): -3522661 or 10174410. OLE color: 10174410.
HSL color Cylindrical-coordinate representation of color #CA3F9B: hue angle of 320.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3F9B is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 63 | 155 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.21 |
| HSL | 320.29º | 0.57% | 0.52% | - |
| HSV(B) | 320.29º | 0.69% | 0.79% | - |
| XYZ | 32.05 | 18.48 | 32.89 | - |
| YUV | 115.05 | 150.55 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 155 | 0 | 0.69 | 0.23 | 0.21 | 320.29 | 0.57 | 0.52 |
| Hex | CA | 3F | 9B | 0 | 45 | 17 | 15 | 140 | 39 | 34 |
| Octal | 312 | 77 | 233 | 0 | 105 | 27 | 25 | 500 | 71 | 64 |
| Binary | 11001010 | 111111 | 10011011 | 0 | 1000101 | 10111 | 10101 | 101000000 | 111001 | 110100 |
Color Harmonies of #CA3F9B
Complementary color
Monochromatic Colors of #CA3F9B
Black with #CA3F9B
Text Example
Text Example
White with #CA3F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3F9B; }
p { color: rgb(202,63,155); }
H1.HeaderClassName
{
color: #CA3F9B;
}
.AnyTagClassName
{
color: #CA3F9B;
}
</style>
background-color css
<style>
a { background-color: #CA3F9B; }
a { background-color: rgb(202,63,155); }
div.DivClassName
{
background-color: #CA3F9B;
}
.BgClassName
{
background-color: #CA3F9B;
}
</style>
border-color css
<style>
span { border-color: #CA3F9B; }
span { border-color: rgb(202,63,155); }
td.TdClassName
{
border-color: #CA3F9B;
}
.TagClassName
{
border-color: #CA3F9B;
}
</style>