Shades of Mulberry #CA487F
Tints of Mulberry #CA487F
RGB
CMYK
RGB Variations
Color information
#CA487F (or 0xCA487F) is known color: Mulberry. HEX triplet: CA, 48 and 7F. RGB value is (202,72,127). Sum of RGB (Red+Green+Blue) = 202+72+127=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA487F is #35B780. Grayscale: #757575. Windows color (decimal): -3520385 or 8341706. OLE color: 8341706.
HSL color Cylindrical-coordinate representation of color #CA487F: hue angle of 334.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA487F is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 72 | 127 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.21 |
| HSL | 334.62º | 0.55% | 0.54% | - |
| HSV(B) | 334.62º | 0.64% | 0.79% | - |
| XYZ | 30.51 | 18.72 | 22.08 | - |
| YUV | 117.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 127 | 0 | 0.64 | 0.37 | 0.21 | 334.62 | 0.55 | 0.54 |
| Hex | CA | 48 | 7F | 0 | 40 | 25 | 15 | 14F | 37 | 36 |
| Octal | 312 | 110 | 177 | 0 | 100 | 45 | 25 | 517 | 67 | 66 |
| Binary | 11001010 | 1001000 | 1111111 | 0 | 1000000 | 100101 | 10101 | 101001111 | 110111 | 110110 |
Color Harmonies of #CA487F
Complementary color
Monochromatic Colors of #CA487F
Black with #CA487F
Text Example
Text Example
White with #CA487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA487F; }
p { color: rgb(202,72,127); }
H1.HeaderClassName
{
color: #CA487F;
}
.AnyTagClassName
{
color: #CA487F;
}
</style>
background-color css
<style>
a { background-color: #CA487F; }
a { background-color: rgb(202,72,127); }
div.DivClassName
{
background-color: #CA487F;
}
.BgClassName
{
background-color: #CA487F;
}
</style>
border-color css
<style>
span { border-color: #CA487F; }
span { border-color: rgb(202,72,127); }
td.TdClassName
{
border-color: #CA487F;
}
.TagClassName
{
border-color: #CA487F;
}
</style>