Shades of Medium Violet Red #CA1289
Tints of Medium Violet Red #CA1289
RGB
CMYK
RGB Variations
Color information
#CA1289 (or 0xCA1289) is known color: Medium Violet Red. HEX triplet: CA, 12 and 89. RGB value is (202,18,137). Sum of RGB (Red+Green+Blue) = 202+18+137=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 137 (53.91% from 255 or 38.38% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1289 is #35ED76. Grayscale: #565656. Windows color (decimal): -3534199 or 8983242. OLE color: 8983242.
HSL color Cylindrical-coordinate representation of color #CA1289: hue angle of 321.2º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1289 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 137 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.21 |
| HSL | 321.2º | 0.84% | 0.43% | - |
| HSV(B) | 321.2º | 0.91% | 0.79% | - |
| XYZ | 29.09 | 14.8 | 24.99 | - |
| YUV | 86.58 | 156.46 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 137 | 0 | 0.91 | 0.32 | 0.21 | 321.2 | 0.84 | 0.43 |
| Hex | CA | 12 | 89 | 0 | 5B | 20 | 15 | 141 | 54 | 2B |
| Octal | 312 | 22 | 211 | 0 | 133 | 40 | 25 | 501 | 124 | 53 |
| Binary | 11001010 | 10010 | 10001001 | 0 | 1011011 | 100000 | 10101 | 101000001 | 1010100 | 101011 |
Color Harmonies of #CA1289
Complementary color
Monochromatic Colors of #CA1289
Black with #CA1289
Text Example
Text Example
White with #CA1289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1289; }
p { color: rgb(202,18,137); }
H1.HeaderClassName
{
color: #CA1289;
}
.AnyTagClassName
{
color: #CA1289;
}
</style>
background-color css
<style>
a { background-color: #CA1289; }
a { background-color: rgb(202,18,137); }
div.DivClassName
{
background-color: #CA1289;
}
.BgClassName
{
background-color: #CA1289;
}
</style>
border-color css
<style>
span { border-color: #CA1289; }
span { border-color: rgb(202,18,137); }
td.TdClassName
{
border-color: #CA1289;
}
.TagClassName
{
border-color: #CA1289;
}
</style>