Shades of Mulberry #CA5197
Tints of Mulberry #CA5197
RGB
CMYK
RGB Variations
Color information
#CA5197 (or 0xCA5197) is known color: Mulberry. HEX triplet: CA, 51 and 97. RGB value is (202,81,151). Sum of RGB (Red+Green+Blue) = 202+81+151=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5197 is #35AE68. Grayscale: #7C7C7C. Windows color (decimal): -3518057 or 9916874. OLE color: 9916874.
HSL color Cylindrical-coordinate representation of color #CA5197: hue angle of 325.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5197 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 151 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.21 |
| HSL | 325.29º | 0.53% | 0.55% | - |
| HSV(B) | 325.29º | 0.6% | 0.79% | - |
| XYZ | 32.89 | 20.68 | 31.54 | - |
| YUV | 125.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 151 | 0 | 0.60 | 0.25 | 0.21 | 325.29 | 0.53 | 0.55 |
| Hex | CA | 51 | 97 | 0 | 3C | 19 | 15 | 145 | 35 | 37 |
| Octal | 312 | 121 | 227 | 0 | 74 | 31 | 25 | 505 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10010111 | 0 | 111100 | 11001 | 10101 | 101000101 | 110101 | 110111 |
Color Harmonies of #CA5197
Complementary color
Monochromatic Colors of #CA5197
Black with #CA5197
Text Example
Text Example
White with #CA5197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5197; }
p { color: rgb(202,81,151); }
H1.HeaderClassName
{
color: #CA5197;
}
.AnyTagClassName
{
color: #CA5197;
}
</style>
background-color css
<style>
a { background-color: #CA5197; }
a { background-color: rgb(202,81,151); }
div.DivClassName
{
background-color: #CA5197;
}
.BgClassName
{
background-color: #CA5197;
}
</style>
border-color css
<style>
span { border-color: #CA5197; }
span { border-color: rgb(202,81,151); }
td.TdClassName
{
border-color: #CA5197;
}
.TagClassName
{
border-color: #CA5197;
}
</style>