Shades of Mulberry #CA418F
Tints of Mulberry #CA418F
RGB
CMYK
RGB Variations
Color information
#CA418F (or 0xCA418F) is known color: Mulberry. HEX triplet: CA, 41 and 8F. RGB value is (202,65,143). Sum of RGB (Red+Green+Blue) = 202+65+143=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418F is #35BE70. Grayscale: #727272. Windows color (decimal): -3522161 or 9388490. OLE color: 9388490.
HSL color Cylindrical-coordinate representation of color #CA418F: hue angle of 325.84º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA418F is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 143 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.21 |
| HSL | 325.84º | 0.56% | 0.52% | - |
| HSV(B) | 325.84º | 0.68% | 0.79% | - |
| XYZ | 31.21 | 18.32 | 27.88 | - |
| YUV | 114.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 143 | 0 | 0.68 | 0.29 | 0.21 | 325.84 | 0.56 | 0.52 |
| Hex | CA | 41 | 8F | 0 | 44 | 1D | 15 | 146 | 38 | 34 |
| Octal | 312 | 101 | 217 | 0 | 104 | 35 | 25 | 506 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10001111 | 0 | 1000100 | 11101 | 10101 | 101000110 | 111000 | 110100 |
Color Harmonies of #CA418F
Complementary color
Monochromatic Colors of #CA418F
Black with #CA418F
Text Example
Text Example
White with #CA418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA418F; }
p { color: rgb(202,65,143); }
H1.HeaderClassName
{
color: #CA418F;
}
.AnyTagClassName
{
color: #CA418F;
}
</style>
background-color css
<style>
a { background-color: #CA418F; }
a { background-color: rgb(202,65,143); }
div.DivClassName
{
background-color: #CA418F;
}
.BgClassName
{
background-color: #CA418F;
}
</style>
border-color css
<style>
span { border-color: #CA418F; }
span { border-color: rgb(202,65,143); }
td.TdClassName
{
border-color: #CA418F;
}
.TagClassName
{
border-color: #CA418F;
}
</style>