Shades of Medium Violet Red #CA1589
Tints of Medium Violet Red #CA1589
RGB
CMYK
RGB Variations
Color information
#CA1589 (or 0xCA1589) is known color: Medium Violet Red. HEX triplet: CA, 15 and 89. RGB value is (202,21,137). Sum of RGB (Red+Green+Blue) = 202+21+137=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1589 is #35EA76. Grayscale: #585858. Windows color (decimal): -3533431 or 8984010. OLE color: 8984010.
HSL color Cylindrical-coordinate representation of color #CA1589: hue angle of 321.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1589 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 137 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.21 |
| HSL | 321.55º | 0.81% | 0.44% | - |
| HSV(B) | 321.55º | 0.9% | 0.79% | - |
| XYZ | 29.14 | 14.9 | 25.01 | - |
| YUV | 88.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 137 | 0 | 0.90 | 0.32 | 0.21 | 321.55 | 0.81 | 0.44 |
| Hex | CA | 15 | 89 | 0 | 5A | 20 | 15 | 142 | 51 | 2C |
| Octal | 312 | 25 | 211 | 0 | 132 | 40 | 25 | 502 | 121 | 54 |
| Binary | 11001010 | 10101 | 10001001 | 0 | 1011010 | 100000 | 10101 | 101000010 | 1010001 | 101100 |
Color Harmonies of #CA1589
Complementary color
Monochromatic Colors of #CA1589
Black with #CA1589
Text Example
Text Example
White with #CA1589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1589; }
p { color: rgb(202,21,137); }
H1.HeaderClassName
{
color: #CA1589;
}
.AnyTagClassName
{
color: #CA1589;
}
</style>
background-color css
<style>
a { background-color: #CA1589; }
a { background-color: rgb(202,21,137); }
div.DivClassName
{
background-color: #CA1589;
}
.BgClassName
{
background-color: #CA1589;
}
</style>
border-color css
<style>
span { border-color: #CA1589; }
span { border-color: rgb(202,21,137); }
td.TdClassName
{
border-color: #CA1589;
}
.TagClassName
{
border-color: #CA1589;
}
</style>