Shades of Mulberry #CA438C
Tints of Mulberry #CA438C
RGB
CMYK
RGB Variations
Color information
#CA438C (or 0xCA438C) is known color: Mulberry. HEX triplet: CA, 43 and 8C. RGB value is (202,67,140). Sum of RGB (Red+Green+Blue) = 202+67+140=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA438C is #35BC73. Grayscale: #737373. Windows color (decimal): -3521652 or 9192394. OLE color: 9192394.
HSL color Cylindrical-coordinate representation of color #CA438C: hue angle of 327.56º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA438C is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 67 | 140 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.21 |
| HSL | 327.56º | 0.56% | 0.53% | - |
| HSV(B) | 327.56º | 0.67% | 0.79% | - |
| XYZ | 31.1 | 18.46 | 26.74 | - |
| YUV | 115.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 140 | 0 | 0.67 | 0.31 | 0.21 | 327.56 | 0.56 | 0.53 |
| Hex | CA | 43 | 8C | 0 | 43 | 1F | 15 | 148 | 38 | 35 |
| Octal | 312 | 103 | 214 | 0 | 103 | 37 | 25 | 510 | 70 | 65 |
| Binary | 11001010 | 1000011 | 10001100 | 0 | 1000011 | 11111 | 10101 | 101001000 | 111000 | 110101 |
Color Harmonies of #CA438C
Complementary color
Monochromatic Colors of #CA438C
Black with #CA438C
Text Example
Text Example
White with #CA438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA438C; }
p { color: rgb(202,67,140); }
H1.HeaderClassName
{
color: #CA438C;
}
.AnyTagClassName
{
color: #CA438C;
}
</style>
background-color css
<style>
a { background-color: #CA438C; }
a { background-color: rgb(202,67,140); }
div.DivClassName
{
background-color: #CA438C;
}
.BgClassName
{
background-color: #CA438C;
}
</style>
border-color css
<style>
span { border-color: #CA438C; }
span { border-color: rgb(202,67,140); }
td.TdClassName
{
border-color: #CA438C;
}
.TagClassName
{
border-color: #CA438C;
}
</style>