Shades of Medium Violet Red #CA1697
Tints of Medium Violet Red #CA1697
RGB
CMYK
RGB Variations
Color information
#CA1697 (or 0xCA1697) is known color: Medium Violet Red. HEX triplet: CA, 16 and 97. RGB value is (202,22,151). Sum of RGB (Red+Green+Blue) = 202+22+151=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1697 is #35E968. Grayscale: #5A5A5A. Windows color (decimal): -3533161 or 9901770. OLE color: 9901770.
HSL color Cylindrical-coordinate representation of color #CA1697: hue angle of 317º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1697 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 151 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.21 |
| HSL | 317º | 0.8% | 0.44% | - |
| HSV(B) | 317º | 0.89% | 0.79% | - |
| XYZ | 30.23 | 15.36 | 30.65 | - |
| YUV | 90.53 | 162.13 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 151 | 0 | 0.89 | 0.25 | 0.21 | 317 | 0.8 | 0.44 |
| Hex | CA | 16 | 97 | 0 | 59 | 19 | 15 | 13D | 50 | 2C |
| Octal | 312 | 26 | 227 | 0 | 131 | 31 | 25 | 475 | 120 | 54 |
| Binary | 11001010 | 10110 | 10010111 | 0 | 1011001 | 11001 | 10101 | 100111101 | 1010000 | 101100 |
Color Harmonies of #CA1697
Complementary color
Monochromatic Colors of #CA1697
Black with #CA1697
Text Example
Text Example
White with #CA1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1697; }
p { color: rgb(202,22,151); }
H1.HeaderClassName
{
color: #CA1697;
}
.AnyTagClassName
{
color: #CA1697;
}
</style>
background-color css
<style>
a { background-color: #CA1697; }
a { background-color: rgb(202,22,151); }
div.DivClassName
{
background-color: #CA1697;
}
.BgClassName
{
background-color: #CA1697;
}
</style>
border-color css
<style>
span { border-color: #CA1697; }
span { border-color: rgb(202,22,151); }
td.TdClassName
{
border-color: #CA1697;
}
.TagClassName
{
border-color: #CA1697;
}
</style>