Shades of Medium Violet Red #CA1489
Tints of Medium Violet Red #CA1489
RGB
CMYK
RGB Variations
Color information
#CA1489 (or 0xCA1489) is known color: Medium Violet Red. HEX triplet: CA, 14 and 89. RGB value is (202,20,137). Sum of RGB (Red+Green+Blue) = 202+20+137=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1489 is #35EB76. Grayscale: #575757. Windows color (decimal): -3533687 or 8983754. OLE color: 8983754.
HSL color Cylindrical-coordinate representation of color #CA1489: hue angle of 321.43º degrees, saturation: 0.82, 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 #CA1489 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 137 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.21 |
| HSL | 321.43º | 0.82% | 0.44% | - |
| HSV(B) | 321.43º | 0.9% | 0.79% | - |
| XYZ | 29.12 | 14.86 | 25 | - |
| YUV | 87.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 137 | 0 | 0.90 | 0.32 | 0.21 | 321.43 | 0.82 | 0.44 |
| Hex | CA | 14 | 89 | 0 | 5A | 20 | 15 | 141 | 52 | 2C |
| Octal | 312 | 24 | 211 | 0 | 132 | 40 | 25 | 501 | 122 | 54 |
| Binary | 11001010 | 10100 | 10001001 | 0 | 1011010 | 100000 | 10101 | 101000001 | 1010010 | 101100 |
Color Harmonies of #CA1489
Complementary color
Monochromatic Colors of #CA1489
Black with #CA1489
Text Example
Text Example
White with #CA1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1489; }
p { color: rgb(202,20,137); }
H1.HeaderClassName
{
color: #CA1489;
}
.AnyTagClassName
{
color: #CA1489;
}
</style>
background-color css
<style>
a { background-color: #CA1489; }
a { background-color: rgb(202,20,137); }
div.DivClassName
{
background-color: #CA1489;
}
.BgClassName
{
background-color: #CA1489;
}
</style>
border-color css
<style>
span { border-color: #CA1489; }
span { border-color: rgb(202,20,137); }
td.TdClassName
{
border-color: #CA1489;
}
.TagClassName
{
border-color: #CA1489;
}
</style>