Shades of Mulberry #CA518A
Tints of Mulberry #CA518A
RGB
CMYK
RGB Variations
Color information
#CA518A (or 0xCA518A) is known color: Mulberry. HEX triplet: CA, 51 and 8A. RGB value is (202,81,138). Sum of RGB (Red+Green+Blue) = 202+81+138=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA518A is #35AE75. Grayscale: #7B7B7B. Windows color (decimal): -3518070 or 9064906. OLE color: 9064906.
HSL color Cylindrical-coordinate representation of color #CA518A: hue angle of 331.74º 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 #CA518A is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 81 | 138 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.21 |
| HSL | 331.74º | 0.53% | 0.55% | - |
| HSV(B) | 331.74º | 0.6% | 0.79% | - |
| XYZ | 31.89 | 20.28 | 26.28 | - |
| YUV | 123.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 138 | 0 | 0.60 | 0.32 | 0.21 | 331.74 | 0.53 | 0.55 |
| Hex | CA | 51 | 8A | 0 | 3C | 20 | 15 | 14C | 35 | 37 |
| Octal | 312 | 121 | 212 | 0 | 74 | 40 | 25 | 514 | 65 | 67 |
| Binary | 11001010 | 1010001 | 10001010 | 0 | 111100 | 100000 | 10101 | 101001100 | 110101 | 110111 |
Color Harmonies of #CA518A
Complementary color
Monochromatic Colors of #CA518A
Black with #CA518A
Text Example
Text Example
White with #CA518A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA518A; }
p { color: rgb(202,81,138); }
H1.HeaderClassName
{
color: #CA518A;
}
.AnyTagClassName
{
color: #CA518A;
}
</style>
background-color css
<style>
a { background-color: #CA518A; }
a { background-color: rgb(202,81,138); }
div.DivClassName
{
background-color: #CA518A;
}
.BgClassName
{
background-color: #CA518A;
}
</style>
border-color css
<style>
span { border-color: #CA518A; }
span { border-color: rgb(202,81,138); }
td.TdClassName
{
border-color: #CA518A;
}
.TagClassName
{
border-color: #CA518A;
}
</style>