Shades of Mulberry #CA4F99
Tints of Mulberry #CA4F99
RGB
CMYK
RGB Variations
Color information
#CA4F99 (or 0xCA4F99) is known color: Mulberry. HEX triplet: CA, 4F and 99. RGB value is (202,79,153). Sum of RGB (Red+Green+Blue) = 202+79+153=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4F99 is #35B066. Grayscale: #7C7C7C. Windows color (decimal): -3518567 or 10047434. OLE color: 10047434.
HSL color Cylindrical-coordinate representation of color #CA4F99: hue angle of 323.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4F99 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 153 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.21 |
| HSL | 323.9º | 0.54% | 0.55% | - |
| HSV(B) | 323.9º | 0.61% | 0.79% | - |
| XYZ | 32.9 | 20.45 | 32.35 | - |
| YUV | 124.21 | 144.25 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 153 | 0 | 0.61 | 0.24 | 0.21 | 323.9 | 0.54 | 0.55 |
| Hex | CA | 4F | 99 | 0 | 3D | 18 | 15 | 144 | 36 | 37 |
| Octal | 312 | 117 | 231 | 0 | 75 | 30 | 25 | 504 | 66 | 67 |
| Binary | 11001010 | 1001111 | 10011001 | 0 | 111101 | 11000 | 10101 | 101000100 | 110110 | 110111 |
Color Harmonies of #CA4F99
Complementary color
Monochromatic Colors of #CA4F99
Black with #CA4F99
Text Example
Text Example
White with #CA4F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4F99; }
p { color: rgb(202,79,153); }
H1.HeaderClassName
{
color: #CA4F99;
}
.AnyTagClassName
{
color: #CA4F99;
}
</style>
background-color css
<style>
a { background-color: #CA4F99; }
a { background-color: rgb(202,79,153); }
div.DivClassName
{
background-color: #CA4F99;
}
.BgClassName
{
background-color: #CA4F99;
}
</style>
border-color css
<style>
span { border-color: #CA4F99; }
span { border-color: rgb(202,79,153); }
td.TdClassName
{
border-color: #CA4F99;
}
.TagClassName
{
border-color: #CA4F99;
}
</style>