Shades of Mulberry #CA5198
Tints of Mulberry #CA5198
RGB
CMYK
RGB Variations
Color information
#CA5198 (or 0xCA5198) is known color: Mulberry. HEX triplet: CA, 51 and 98. RGB value is (202,81,152). Sum of RGB (Red+Green+Blue) = 202+81+152=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5198 is #35AE67. Grayscale: #7D7D7D. Windows color (decimal): -3518056 or 9982410. OLE color: 9982410.
HSL color Cylindrical-coordinate representation of color #CA5198: hue angle of 324.79º 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 #CA5198 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 152 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.21 |
| HSL | 324.79º | 0.53% | 0.55% | - |
| HSV(B) | 324.79º | 0.6% | 0.79% | - |
| XYZ | 32.97 | 20.71 | 31.97 | - |
| YUV | 125.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 152 | 0 | 0.60 | 0.25 | 0.21 | 324.79 | 0.53 | 0.55 |
| Hex | CA | 51 | 98 | 0 | 3C | 19 | 15 | 145 | 35 | 37 |
| Octal | 312 | 121 | 230 | 0 | 74 | 31 | 25 | 505 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10011000 | 0 | 111100 | 11001 | 10101 | 101000101 | 110101 | 110111 |
Color Harmonies of #CA5198
Complementary color
Monochromatic Colors of #CA5198
Black with #CA5198
Text Example
Text Example
White with #CA5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5198; }
p { color: rgb(202,81,152); }
H1.HeaderClassName
{
color: #CA5198;
}
.AnyTagClassName
{
color: #CA5198;
}
</style>
background-color css
<style>
a { background-color: #CA5198; }
a { background-color: rgb(202,81,152); }
div.DivClassName
{
background-color: #CA5198;
}
.BgClassName
{
background-color: #CA5198;
}
</style>
border-color css
<style>
span { border-color: #CA5198; }
span { border-color: rgb(202,81,152); }
td.TdClassName
{
border-color: #CA5198;
}
.TagClassName
{
border-color: #CA5198;
}
</style>