Shades of Mulberry #CA457B
Tints of Mulberry #CA457B
RGB
CMYK
RGB Variations
Color information
#CA457B (or 0xCA457B) is known color: Mulberry. HEX triplet: CA, 45 and 7B. RGB value is (202,69,123). Sum of RGB (Red+Green+Blue) = 202+69+123=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA457B is #35BA84. Grayscale: #727272. Windows color (decimal): -3521157 or 8078794. OLE color: 8078794.
HSL color Cylindrical-coordinate representation of color #CA457B: hue angle of 335.64º 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 #CA457B is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 69 | 123 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.21 |
| HSL | 335.64º | 0.56% | 0.53% | - |
| HSV(B) | 335.64º | 0.66% | 0.79% | - |
| XYZ | 30.06 | 18.24 | 20.68 | - |
| YUV | 114.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 123 | 0 | 0.66 | 0.39 | 0.21 | 335.64 | 0.56 | 0.53 |
| Hex | CA | 45 | 7B | 0 | 42 | 27 | 15 | 150 | 38 | 35 |
| Octal | 312 | 105 | 173 | 0 | 102 | 47 | 25 | 520 | 70 | 65 |
| Binary | 11001010 | 1000101 | 1111011 | 0 | 1000010 | 100111 | 10101 | 101010000 | 111000 | 110101 |
Color Harmonies of #CA457B
Complementary color
Monochromatic Colors of #CA457B
Black with #CA457B
Text Example
Text Example
White with #CA457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA457B; }
p { color: rgb(202,69,123); }
H1.HeaderClassName
{
color: #CA457B;
}
.AnyTagClassName
{
color: #CA457B;
}
</style>
background-color css
<style>
a { background-color: #CA457B; }
a { background-color: rgb(202,69,123); }
div.DivClassName
{
background-color: #CA457B;
}
.BgClassName
{
background-color: #CA457B;
}
</style>
border-color css
<style>
span { border-color: #CA457B; }
span { border-color: rgb(202,69,123); }
td.TdClassName
{
border-color: #CA457B;
}
.TagClassName
{
border-color: #CA457B;
}
</style>