Shades of Mulberry #CA469F
Tints of Mulberry #CA469F
RGB
CMYK
RGB Variations
Color information
#CA469F (or 0xCA469F) is known color: Mulberry. HEX triplet: CA, 46 and 9F. RGB value is (202,70,159). Sum of RGB (Red+Green+Blue) = 202+70+159=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 70 (27.73% from 255 or 16.24% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA469F is #35B960. Grayscale: #777777. Windows color (decimal): -3520865 or 10438346. OLE color: 10438346.
HSL color Cylindrical-coordinate representation of color #CA469F: hue angle of 319.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA469F is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 70 | 159 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.21 |
| HSL | 319.55º | 0.55% | 0.53% | - |
| HSV(B) | 319.55º | 0.65% | 0.79% | - |
| XYZ | 32.81 | 19.44 | 34.82 | - |
| YUV | 119.61 | 150.23 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 70 | 159 | 0 | 0.65 | 0.21 | 0.21 | 319.55 | 0.55 | 0.53 |
| Hex | CA | 46 | 9F | 0 | 41 | 15 | 15 | 140 | 37 | 35 |
| Octal | 312 | 106 | 237 | 0 | 101 | 25 | 25 | 500 | 67 | 65 |
| Binary | 11001010 | 1000110 | 10011111 | 0 | 1000001 | 10101 | 10101 | 101000000 | 110111 | 110101 |
Color Harmonies of #CA469F
Complementary color
Monochromatic Colors of #CA469F
Black with #CA469F
Text Example
Text Example
White with #CA469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA469F; }
p { color: rgb(202,70,159); }
H1.HeaderClassName
{
color: #CA469F;
}
.AnyTagClassName
{
color: #CA469F;
}
</style>
background-color css
<style>
a { background-color: #CA469F; }
a { background-color: rgb(202,70,159); }
div.DivClassName
{
background-color: #CA469F;
}
.BgClassName
{
background-color: #CA469F;
}
</style>
border-color css
<style>
span { border-color: #CA469F; }
span { border-color: rgb(202,70,159); }
td.TdClassName
{
border-color: #CA469F;
}
.TagClassName
{
border-color: #CA469F;
}
</style>