Shades of Medium Violet Red #CA1197
Tints of Medium Violet Red #CA1197
RGB
CMYK
RGB Variations
Color information
#CA1197 (or 0xCA1197) is known color: Medium Violet Red. HEX triplet: CA, 11 and 97. RGB value is (202,17,151). Sum of RGB (Red+Green+Blue) = 202+17+151=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1197 is #35EE68. Grayscale: #575757. Windows color (decimal): -3534441 or 9900490. OLE color: 9900490.
HSL color Cylindrical-coordinate representation of color #CA1197: hue angle of 316.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1197 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 151 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.21 |
| HSL | 316.54º | 0.84% | 0.43% | - |
| HSV(B) | 316.54º | 0.92% | 0.79% | - |
| XYZ | 30.14 | 15.19 | 30.62 | - |
| YUV | 87.59 | 163.79 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 151 | 0 | 0.92 | 0.25 | 0.21 | 316.54 | 0.84 | 0.43 |
| Hex | CA | 11 | 97 | 0 | 5C | 19 | 15 | 13D | 54 | 2B |
| Octal | 312 | 21 | 227 | 0 | 134 | 31 | 25 | 475 | 124 | 53 |
| Binary | 11001010 | 10001 | 10010111 | 0 | 1011100 | 11001 | 10101 | 100111101 | 1010100 | 101011 |
Color Harmonies of #CA1197
Complementary color
Monochromatic Colors of #CA1197
Black with #CA1197
Text Example
Text Example
White with #CA1197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1197; }
p { color: rgb(202,17,151); }
H1.HeaderClassName
{
color: #CA1197;
}
.AnyTagClassName
{
color: #CA1197;
}
</style>
background-color css
<style>
a { background-color: #CA1197; }
a { background-color: rgb(202,17,151); }
div.DivClassName
{
background-color: #CA1197;
}
.BgClassName
{
background-color: #CA1197;
}
</style>
border-color css
<style>
span { border-color: #CA1197; }
span { border-color: rgb(202,17,151); }
td.TdClassName
{
border-color: #CA1197;
}
.TagClassName
{
border-color: #CA1197;
}
</style>