Shades of Medium Violet Red #CA1791
Tints of Medium Violet Red #CA1791
RGB
CMYK
RGB Variations
Color information
#CA1791 (or 0xCA1791) is known color: Medium Violet Red. HEX triplet: CA, 17 and 91. RGB value is (202,23,145). Sum of RGB (Red+Green+Blue) = 202+23+145=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1791 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1791 is #35E86E. Grayscale: #5A5A5A. Windows color (decimal): -3532911 or 9508810. OLE color: 9508810.
HSL color Cylindrical-coordinate representation of color #CA1791: hue angle of 319.11º 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 #CA1791 is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 145 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.21 |
| HSL | 319.11º | 0.8% | 0.44% | - |
| HSV(B) | 319.11º | 0.89% | 0.79% | - |
| XYZ | 29.77 | 15.21 | 28.16 | - |
| YUV | 90.43 | 158.8 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 145 | 0 | 0.89 | 0.28 | 0.21 | 319.11 | 0.8 | 0.44 |
| Hex | CA | 17 | 91 | 0 | 59 | 1C | 15 | 13F | 50 | 2C |
| Octal | 312 | 27 | 221 | 0 | 131 | 34 | 25 | 477 | 120 | 54 |
| Binary | 11001010 | 10111 | 10010001 | 0 | 1011001 | 11100 | 10101 | 100111111 | 1010000 | 101100 |
Color Harmonies of #CA1791
Complementary color
Monochromatic Colors of #CA1791
Black with #CA1791
Text Example
Text Example
White with #CA1791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1791; }
p { color: rgb(202,23,145); }
H1.HeaderClassName
{
color: #CA1791;
}
.AnyTagClassName
{
color: #CA1791;
}
</style>
background-color css
<style>
a { background-color: #CA1791; }
a { background-color: rgb(202,23,145); }
div.DivClassName
{
background-color: #CA1791;
}
.BgClassName
{
background-color: #CA1791;
}
</style>
border-color css
<style>
span { border-color: #CA1791; }
span { border-color: rgb(202,23,145); }
td.TdClassName
{
border-color: #CA1791;
}
.TagClassName
{
border-color: #CA1791;
}
</style>