Shades of Mulberry #CA4D93
Tints of Mulberry #CA4D93
RGB
CMYK
RGB Variations
Color information
#CA4D93 (or 0xCA4D93) is known color: Mulberry. HEX triplet: CA, 4D and 93. RGB value is (202,77,147). Sum of RGB (Red+Green+Blue) = 202+77+147=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D93 is #35B26C. Grayscale: #7A7A7A. Windows color (decimal): -3519085 or 9653706. OLE color: 9653706.
HSL color Cylindrical-coordinate representation of color #CA4D93: hue angle of 326.4º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D93 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 77 | 147 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.21 |
| HSL | 326.4º | 0.54% | 0.55% | - |
| HSV(B) | 326.4º | 0.62% | 0.79% | - |
| XYZ | 32.28 | 19.97 | 29.76 | - |
| YUV | 122.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 147 | 0 | 0.62 | 0.27 | 0.21 | 326.4 | 0.54 | 0.55 |
| Hex | CA | 4D | 93 | 0 | 3E | 1B | 15 | 146 | 36 | 37 |
| Octal | 312 | 115 | 223 | 0 | 76 | 33 | 25 | 506 | 66 | 67 |
| Binary | 11001010 | 1001101 | 10010011 | 0 | 111110 | 11011 | 10101 | 101000110 | 110110 | 110111 |
Color Harmonies of #CA4D93
Complementary color
Monochromatic Colors of #CA4D93
Black with #CA4D93
Text Example
Text Example
White with #CA4D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4D93; }
p { color: rgb(202,77,147); }
H1.HeaderClassName
{
color: #CA4D93;
}
.AnyTagClassName
{
color: #CA4D93;
}
</style>
background-color css
<style>
a { background-color: #CA4D93; }
a { background-color: rgb(202,77,147); }
div.DivClassName
{
background-color: #CA4D93;
}
.BgClassName
{
background-color: #CA4D93;
}
</style>
border-color css
<style>
span { border-color: #CA4D93; }
span { border-color: rgb(202,77,147); }
td.TdClassName
{
border-color: #CA4D93;
}
.TagClassName
{
border-color: #CA4D93;
}
</style>