Shades of Mulberry #CA45A1
Tints of Mulberry #CA45A1
RGB
CMYK
RGB Variations
Color information
#CA45A1 (or 0xCA45A1) is known color: Mulberry. HEX triplet: CA, 45 and A1. RGB value is (202,69,161). Sum of RGB (Red+Green+Blue) = 202+69+161=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA45A1 is #35BA5E. Grayscale: #777777. Windows color (decimal): -3521119 or 10569162. OLE color: 10569162.
HSL color Cylindrical-coordinate representation of color #CA45A1: hue angle of 318.5º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA45A1 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 161 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.21 |
| HSL | 318.5º | 0.56% | 0.53% | - |
| HSV(B) | 318.5º | 0.66% | 0.79% | - |
| XYZ | 32.92 | 19.39 | 35.73 | - |
| YUV | 119.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 161 | 0 | 0.66 | 0.20 | 0.21 | 318.5 | 0.56 | 0.53 |
| Hex | CA | 45 | A1 | 0 | 42 | 14 | 15 | 13E | 38 | 35 |
| Octal | 312 | 105 | 241 | 0 | 102 | 24 | 25 | 476 | 70 | 65 |
| Binary | 11001010 | 1000101 | 10100001 | 0 | 1000010 | 10100 | 10101 | 100111110 | 111000 | 110101 |
Color Harmonies of #CA45A1
Complementary color
Monochromatic Colors of #CA45A1
Black with #CA45A1
Text Example
Text Example
White with #CA45A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45A1; }
p { color: rgb(202,69,161); }
H1.HeaderClassName
{
color: #CA45A1;
}
.AnyTagClassName
{
color: #CA45A1;
}
</style>
background-color css
<style>
a { background-color: #CA45A1; }
a { background-color: rgb(202,69,161); }
div.DivClassName
{
background-color: #CA45A1;
}
.BgClassName
{
background-color: #CA45A1;
}
</style>
border-color css
<style>
span { border-color: #CA45A1; }
span { border-color: rgb(202,69,161); }
td.TdClassName
{
border-color: #CA45A1;
}
.TagClassName
{
border-color: #CA45A1;
}
</style>