Shades of Medium Violet Red #CA2091
Tints of Medium Violet Red #CA2091
RGB
CMYK
RGB Variations
Color information
#CA2091 (or 0xCA2091) is known color: Medium Violet Red. HEX triplet: CA, 20 and 91. RGB value is (202,32,145). Sum of RGB (Red+Green+Blue) = 202+32+145=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2091 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2091 is #35DF6E. Grayscale: #5F5F5F. Windows color (decimal): -3530607 or 9511114. OLE color: 9511114.
HSL color Cylindrical-coordinate representation of color #CA2091: hue angle of 320.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2091 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 145 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.21 |
| HSL | 320.12º | 0.73% | 0.46% | - |
| HSV(B) | 320.12º | 0.84% | 0.79% | - |
| XYZ | 29.98 | 15.63 | 28.23 | - |
| YUV | 95.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 145 | 0 | 0.84 | 0.28 | 0.21 | 320.12 | 0.73 | 0.46 |
| Hex | CA | 20 | 91 | 0 | 54 | 1C | 15 | 140 | 49 | 2E |
| Octal | 312 | 40 | 221 | 0 | 124 | 34 | 25 | 500 | 111 | 56 |
| Binary | 11001010 | 100000 | 10010001 | 0 | 1010100 | 11100 | 10101 | 101000000 | 1001001 | 101110 |
Color Harmonies of #CA2091
Complementary color
Monochromatic Colors of #CA2091
Black with #CA2091
Text Example
Text Example
White with #CA2091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2091; }
p { color: rgb(202,32,145); }
H1.HeaderClassName
{
color: #CA2091;
}
.AnyTagClassName
{
color: #CA2091;
}
</style>
background-color css
<style>
a { background-color: #CA2091; }
a { background-color: rgb(202,32,145); }
div.DivClassName
{
background-color: #CA2091;
}
.BgClassName
{
background-color: #CA2091;
}
</style>
border-color css
<style>
span { border-color: #CA2091; }
span { border-color: rgb(202,32,145); }
td.TdClassName
{
border-color: #CA2091;
}
.TagClassName
{
border-color: #CA2091;
}
</style>