Shades of Medium Violet Red #CA1591
Tints of Medium Violet Red #CA1591
RGB
CMYK
RGB Variations
Color information
#CA1591 (or 0xCA1591) is known color: Medium Violet Red. HEX triplet: CA, 15 and 91. RGB value is (202,21,145). Sum of RGB (Red+Green+Blue) = 202+21+145=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1591 is #35EA6E. Grayscale: #585858. Windows color (decimal): -3533423 or 9508298. OLE color: 9508298.
HSL color Cylindrical-coordinate representation of color #CA1591: hue angle of 318.9º 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 #CA1591 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 21 | 145 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.21 |
| HSL | 318.9º | 0.81% | 0.44% | - |
| HSV(B) | 318.9º | 0.9% | 0.79% | - |
| XYZ | 29.74 | 15.14 | 28.14 | - |
| YUV | 89.26 | 159.47 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 21 | 145 | 0 | 0.90 | 0.28 | 0.21 | 318.9 | 0.81 | 0.44 |
| Hex | CA | 15 | 91 | 0 | 5A | 1C | 15 | 13F | 51 | 2C |
| Octal | 312 | 25 | 221 | 0 | 132 | 34 | 25 | 477 | 121 | 54 |
| Binary | 11001010 | 10101 | 10010001 | 0 | 1011010 | 11100 | 10101 | 100111111 | 1010001 | 101100 |
Color Harmonies of #CA1591
Complementary color
Monochromatic Colors of #CA1591
Black with #CA1591
Text Example
Text Example
White with #CA1591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1591; }
p { color: rgb(202,21,145); }
H1.HeaderClassName
{
color: #CA1591;
}
.AnyTagClassName
{
color: #CA1591;
}
</style>
background-color css
<style>
a { background-color: #CA1591; }
a { background-color: rgb(202,21,145); }
div.DivClassName
{
background-color: #CA1591;
}
.BgClassName
{
background-color: #CA1591;
}
</style>
border-color css
<style>
span { border-color: #CA1591; }
span { border-color: rgb(202,21,145); }
td.TdClassName
{
border-color: #CA1591;
}
.TagClassName
{
border-color: #CA1591;
}
</style>