Shades of Medium Violet Red #CA1597
Tints of Medium Violet Red #CA1597
RGB
CMYK
RGB Variations
Color information
#CA1597 (or 0xCA1597) is known color: Medium Violet Red. HEX triplet: CA, 15 and 97. RGB value is (202,21,151). Sum of RGB (Red+Green+Blue) = 202+21+151=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1597 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1597 is #35EA68. Grayscale: #595959. Windows color (decimal): -3533417 or 9901514. OLE color: 9901514.
HSL color Cylindrical-coordinate representation of color #CA1597: hue angle of 316.91º degrees, saturation: 0.81, 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 #CA1597 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 151 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.21 |
| HSL | 316.91º | 0.81% | 0.44% | - |
| HSV(B) | 316.91º | 0.9% | 0.79% | - |
| XYZ | 30.21 | 15.33 | 30.64 | - |
| YUV | 89.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 151 | 0 | 0.90 | 0.25 | 0.21 | 316.91 | 0.81 | 0.44 |
| Hex | CA | 15 | 97 | 0 | 5A | 19 | 15 | 13D | 51 | 2C |
| Octal | 312 | 25 | 227 | 0 | 132 | 31 | 25 | 475 | 121 | 54 |
| Binary | 11001010 | 10101 | 10010111 | 0 | 1011010 | 11001 | 10101 | 100111101 | 1010001 | 101100 |
Color Harmonies of #CA1597
Complementary color
Monochromatic Colors of #CA1597
Black with #CA1597
Text Example
Text Example
White with #CA1597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1597; }
p { color: rgb(202,21,151); }
H1.HeaderClassName
{
color: #CA1597;
}
.AnyTagClassName
{
color: #CA1597;
}
</style>
background-color css
<style>
a { background-color: #CA1597; }
a { background-color: rgb(202,21,151); }
div.DivClassName
{
background-color: #CA1597;
}
.BgClassName
{
background-color: #CA1597;
}
</style>
border-color css
<style>
span { border-color: #CA1597; }
span { border-color: rgb(202,21,151); }
td.TdClassName
{
border-color: #CA1597;
}
.TagClassName
{
border-color: #CA1597;
}
</style>