Shades of Mulberry #CA4F8A
Tints of Mulberry #CA4F8A
RGB
CMYK
RGB Variations
Color information
#CA4F8A (or 0xCA4F8A) is known color: Mulberry. HEX triplet: CA, 4F and 8A. RGB value is (202,79,138). Sum of RGB (Red+Green+Blue) = 202+79+138=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4F8A is #35B075. Grayscale: #7A7A7A. Windows color (decimal): -3518582 or 9064394. OLE color: 9064394.
HSL color Cylindrical-coordinate representation of color #CA4F8A: hue angle of 331.22º 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 #CA4F8A is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 79 | 138 | - |
| CMYK | 0 | 0.61 | 0.32 | 0.21 |
| HSL | 331.22º | 0.54% | 0.55% | - |
| HSV(B) | 331.22º | 0.61% | 0.79% | - |
| XYZ | 31.74 | 19.98 | 26.23 | - |
| YUV | 122.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 138 | 0 | 0.61 | 0.32 | 0.21 | 331.22 | 0.54 | 0.55 |
| Hex | CA | 4F | 8A | 0 | 3D | 20 | 15 | 14B | 36 | 37 |
| Octal | 312 | 117 | 212 | 0 | 75 | 40 | 25 | 513 | 66 | 67 |
| Binary | 11001010 | 1001111 | 10001010 | 0 | 111101 | 100000 | 10101 | 101001011 | 110110 | 110111 |
Color Harmonies of #CA4F8A
Complementary color
Monochromatic Colors of #CA4F8A
Black with #CA4F8A
Text Example
Text Example
White with #CA4F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4F8A; }
p { color: rgb(202,79,138); }
H1.HeaderClassName
{
color: #CA4F8A;
}
.AnyTagClassName
{
color: #CA4F8A;
}
</style>
background-color css
<style>
a { background-color: #CA4F8A; }
a { background-color: rgb(202,79,138); }
div.DivClassName
{
background-color: #CA4F8A;
}
.BgClassName
{
background-color: #CA4F8A;
}
</style>
border-color css
<style>
span { border-color: #CA4F8A; }
span { border-color: rgb(202,79,138); }
td.TdClassName
{
border-color: #CA4F8A;
}
.TagClassName
{
border-color: #CA4F8A;
}
</style>