Shades of Mulberry #CA4A93
Tints of Mulberry #CA4A93
RGB
CMYK
RGB Variations
Color information
#CA4A93 (or 0xCA4A93) is known color: Mulberry. HEX triplet: CA, 4A and 93. RGB value is (202,74,147). Sum of RGB (Red+Green+Blue) = 202+74+147=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A93 is #35B56C. Grayscale: #787878. Windows color (decimal): -3519853 or 9652938. OLE color: 9652938.
HSL color Cylindrical-coordinate representation of color #CA4A93: hue angle of 325.78º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA4A93 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 74 | 147 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.21 |
| HSL | 325.78º | 0.55% | 0.54% | - |
| HSV(B) | 325.78º | 0.63% | 0.79% | - |
| XYZ | 32.07 | 19.56 | 29.69 | - |
| YUV | 120.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 147 | 0 | 0.63 | 0.27 | 0.21 | 325.78 | 0.55 | 0.54 |
| Hex | CA | 4A | 93 | 0 | 3F | 1B | 15 | 146 | 37 | 36 |
| Octal | 312 | 112 | 223 | 0 | 77 | 33 | 25 | 506 | 67 | 66 |
| Binary | 11001010 | 1001010 | 10010011 | 0 | 111111 | 11011 | 10101 | 101000110 | 110111 | 110110 |
Color Harmonies of #CA4A93
Complementary color
Monochromatic Colors of #CA4A93
Black with #CA4A93
Text Example
Text Example
White with #CA4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4A93; }
p { color: rgb(202,74,147); }
H1.HeaderClassName
{
color: #CA4A93;
}
.AnyTagClassName
{
color: #CA4A93;
}
</style>
background-color css
<style>
a { background-color: #CA4A93; }
a { background-color: rgb(202,74,147); }
div.DivClassName
{
background-color: #CA4A93;
}
.BgClassName
{
background-color: #CA4A93;
}
</style>
border-color css
<style>
span { border-color: #CA4A93; }
span { border-color: rgb(202,74,147); }
td.TdClassName
{
border-color: #CA4A93;
}
.TagClassName
{
border-color: #CA4A93;
}
</style>