Shades of Mulberry #CA418E
Tints of Mulberry #CA418E
RGB
CMYK
RGB Variations
Color information
#CA418E (or 0xCA418E) is known color: Mulberry. HEX triplet: CA, 41 and 8E. RGB value is (202,65,142). Sum of RGB (Red+Green+Blue) = 202+65+142=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418E is #35BE71. Grayscale: #727272. Windows color (decimal): -3522162 or 9322954. OLE color: 9322954.
HSL color Cylindrical-coordinate representation of color #CA418E: hue angle of 326.28º 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 #CA418E is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 65 | 142 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.21 |
| HSL | 326.28º | 0.56% | 0.52% | - |
| HSV(B) | 326.28º | 0.68% | 0.79% | - |
| XYZ | 31.13 | 18.29 | 27.48 | - |
| YUV | 114.74 | 143.39 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 142 | 0 | 0.68 | 0.30 | 0.21 | 326.28 | 0.56 | 0.52 |
| Hex | CA | 41 | 8E | 0 | 44 | 1E | 15 | 146 | 38 | 34 |
| Octal | 312 | 101 | 216 | 0 | 104 | 36 | 25 | 506 | 70 | 64 |
| Binary | 11001010 | 1000001 | 10001110 | 0 | 1000100 | 11110 | 10101 | 101000110 | 111000 | 110100 |
Color Harmonies of #CA418E
Complementary color
Monochromatic Colors of #CA418E
Black with #CA418E
Text Example
Text Example
White with #CA418E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA418E; }
p { color: rgb(202,65,142); }
H1.HeaderClassName
{
color: #CA418E;
}
.AnyTagClassName
{
color: #CA418E;
}
</style>
background-color css
<style>
a { background-color: #CA418E; }
a { background-color: rgb(202,65,142); }
div.DivClassName
{
background-color: #CA418E;
}
.BgClassName
{
background-color: #CA418E;
}
</style>
border-color css
<style>
span { border-color: #CA418E; }
span { border-color: rgb(202,65,142); }
td.TdClassName
{
border-color: #CA418E;
}
.TagClassName
{
border-color: #CA418E;
}
</style>