Shades of Mulberry #CA528F
Tints of Mulberry #CA528F
RGB
CMYK
RGB Variations
Color information
#CA528F (or 0xCA528F) is known color: Mulberry. HEX triplet: CA, 52 and 8F. RGB value is (202,82,143). Sum of RGB (Red+Green+Blue) = 202+82+143=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA528F is #35AD70. Grayscale: #7C7C7C. Windows color (decimal): -3517809 or 9392842. OLE color: 9392842.
HSL color Cylindrical-coordinate representation of color #CA528F: hue angle of 329.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA528F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 82 | 143 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.21 |
| HSL | 329.5º | 0.53% | 0.56% | - |
| HSV(B) | 329.5º | 0.59% | 0.79% | - |
| XYZ | 32.33 | 20.57 | 28.25 | - |
| YUV | 124.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 82 | 143 | 0 | 0.59 | 0.29 | 0.21 | 329.5 | 0.53 | 0.56 |
| Hex | CA | 52 | 8F | 0 | 3B | 1D | 15 | 14A | 35 | 38 |
| Octal | 312 | 122 | 217 | 0 | 73 | 35 | 25 | 512 | 65 | 70 |
| Binary | 11001010 | 1010010 | 10001111 | 0 | 111011 | 11101 | 10101 | 101001010 | 110101 | 111000 |
Color Harmonies of #CA528F
Complementary color
Monochromatic Colors of #CA528F
Black with #CA528F
Text Example
Text Example
White with #CA528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA528F; }
p { color: rgb(202,82,143); }
H1.HeaderClassName
{
color: #CA528F;
}
.AnyTagClassName
{
color: #CA528F;
}
</style>
background-color css
<style>
a { background-color: #CA528F; }
a { background-color: rgb(202,82,143); }
div.DivClassName
{
background-color: #CA528F;
}
.BgClassName
{
background-color: #CA528F;
}
</style>
border-color css
<style>
span { border-color: #CA528F; }
span { border-color: rgb(202,82,143); }
td.TdClassName
{
border-color: #CA528F;
}
.TagClassName
{
border-color: #CA528F;
}
</style>