Shades of Medium Violet Red #CA1389
Tints of Medium Violet Red #CA1389
RGB
CMYK
RGB Variations
Color information
#CA1389 (or 0xCA1389) is known color: Medium Violet Red. HEX triplet: CA, 13 and 89. RGB value is (202,19,137). Sum of RGB (Red+Green+Blue) = 202+19+137=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1389 is #35EC76. Grayscale: #565656. Windows color (decimal): -3533943 or 8983498. OLE color: 8983498.
HSL color Cylindrical-coordinate representation of color #CA1389: hue angle of 321.31º degrees, saturation: 0.83, 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 #CA1389 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.21 |
| HSL | 321.31º | 0.83% | 0.43% | - |
| HSV(B) | 321.31º | 0.91% | 0.79% | - |
| XYZ | 29.11 | 14.83 | 25 | - |
| YUV | 87.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 19 | 137 | 0 | 0.91 | 0.32 | 0.21 | 321.31 | 0.83 | 0.43 |
| Hex | CA | 13 | 89 | 0 | 5B | 20 | 15 | 141 | 53 | 2B |
| Octal | 312 | 23 | 211 | 0 | 133 | 40 | 25 | 501 | 123 | 53 |
| Binary | 11001010 | 10011 | 10001001 | 0 | 1011011 | 100000 | 10101 | 101000001 | 1010011 | 101011 |
Color Harmonies of #CA1389
Complementary color
Monochromatic Colors of #CA1389
Black with #CA1389
Text Example
Text Example
White with #CA1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1389; }
p { color: rgb(202,19,137); }
H1.HeaderClassName
{
color: #CA1389;
}
.AnyTagClassName
{
color: #CA1389;
}
</style>
background-color css
<style>
a { background-color: #CA1389; }
a { background-color: rgb(202,19,137); }
div.DivClassName
{
background-color: #CA1389;
}
.BgClassName
{
background-color: #CA1389;
}
</style>
border-color css
<style>
span { border-color: #CA1389; }
span { border-color: rgb(202,19,137); }
td.TdClassName
{
border-color: #CA1389;
}
.TagClassName
{
border-color: #CA1389;
}
</style>