Shades of Mulberry #CA449F
Tints of Mulberry #CA449F
RGB
CMYK
RGB Variations
Color information
#CA449F (or 0xCA449F) is known color: Mulberry. HEX triplet: CA, 44 and 9F. RGB value is (202,68,159). Sum of RGB (Red+Green+Blue) = 202+68+159=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA449F is #35BB60. Grayscale: #767676. Windows color (decimal): -3521377 or 10437834. OLE color: 10437834.
HSL color Cylindrical-coordinate representation of color #CA449F: hue angle of 319.25º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA449F is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 68 | 159 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.21 |
| HSL | 319.25º | 0.56% | 0.53% | - |
| HSV(B) | 319.25º | 0.66% | 0.79% | - |
| XYZ | 32.68 | 19.19 | 34.78 | - |
| YUV | 118.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 159 | 0 | 0.66 | 0.21 | 0.21 | 319.25 | 0.56 | 0.53 |
| Hex | CA | 44 | 9F | 0 | 42 | 15 | 15 | 13F | 38 | 35 |
| Octal | 312 | 104 | 237 | 0 | 102 | 25 | 25 | 477 | 70 | 65 |
| Binary | 11001010 | 1000100 | 10011111 | 0 | 1000010 | 10101 | 10101 | 100111111 | 111000 | 110101 |
Color Harmonies of #CA449F
Complementary color
Monochromatic Colors of #CA449F
Black with #CA449F
Text Example
Text Example
White with #CA449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA449F; }
p { color: rgb(202,68,159); }
H1.HeaderClassName
{
color: #CA449F;
}
.AnyTagClassName
{
color: #CA449F;
}
</style>
background-color css
<style>
a { background-color: #CA449F; }
a { background-color: rgb(202,68,159); }
div.DivClassName
{
background-color: #CA449F;
}
.BgClassName
{
background-color: #CA449F;
}
</style>
border-color css
<style>
span { border-color: #CA449F; }
span { border-color: rgb(202,68,159); }
td.TdClassName
{
border-color: #CA449F;
}
.TagClassName
{
border-color: #CA449F;
}
</style>