Shades of Mulberry #CA3C9F
Tints of Mulberry #CA3C9F
RGB
CMYK
RGB Variations
Color information
#CA3C9F (or 0xCA3C9F) is known color: Mulberry. HEX triplet: CA, 3C and 9F. RGB value is (202,60,159). Sum of RGB (Red+Green+Blue) = 202+60+159=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3C9F is #35C360. Grayscale: #717171. Windows color (decimal): -3523425 or 10435786. OLE color: 10435786.
HSL color Cylindrical-coordinate representation of color #CA3C9F: hue angle of 318.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3C9F is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 159 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.21 |
| HSL | 318.17º | 0.57% | 0.51% | - |
| HSV(B) | 318.17º | 0.7% | 0.79% | - |
| XYZ | 32.23 | 18.29 | 34.63 | - |
| YUV | 113.74 | 153.54 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 159 | 0 | 0.70 | 0.21 | 0.21 | 318.17 | 0.57 | 0.51 |
| Hex | CA | 3C | 9F | 0 | 46 | 15 | 15 | 13E | 39 | 33 |
| Octal | 312 | 74 | 237 | 0 | 106 | 25 | 25 | 476 | 71 | 63 |
| Binary | 11001010 | 111100 | 10011111 | 0 | 1000110 | 10101 | 10101 | 100111110 | 111001 | 110011 |
Color Harmonies of #CA3C9F
Complementary color
Monochromatic Colors of #CA3C9F
Black with #CA3C9F
Text Example
Text Example
White with #CA3C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C9F; }
p { color: rgb(202,60,159); }
H1.HeaderClassName
{
color: #CA3C9F;
}
.AnyTagClassName
{
color: #CA3C9F;
}
</style>
background-color css
<style>
a { background-color: #CA3C9F; }
a { background-color: rgb(202,60,159); }
div.DivClassName
{
background-color: #CA3C9F;
}
.BgClassName
{
background-color: #CA3C9F;
}
</style>
border-color css
<style>
span { border-color: #CA3C9F; }
span { border-color: rgb(202,60,159); }
td.TdClassName
{
border-color: #CA3C9F;
}
.TagClassName
{
border-color: #CA3C9F;
}
</style>