Shades of Medium Violet Red #CA2190
Tints of Medium Violet Red #CA2190
RGB
CMYK
RGB Variations
Color information
#CA2190 (or 0xCA2190) is known color: Medium Violet Red. HEX triplet: CA, 21 and 90. RGB value is (202,33,144). Sum of RGB (Red+Green+Blue) = 202+33+144=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 33 (13.28% from 255 or 8.71% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2190 is #35DE6F. Grayscale: #5F5F5F. Windows color (decimal): -3530352 or 9445834. OLE color: 9445834.
HSL color Cylindrical-coordinate representation of color #CA2190: hue angle of 320.59º degrees, saturation: 0.72, 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 #CA2190 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 144 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.21 |
| HSL | 320.59º | 0.72% | 0.46% | - |
| HSV(B) | 320.59º | 0.84% | 0.79% | - |
| XYZ | 29.94 | 15.66 | 27.83 | - |
| YUV | 96.19 | 154.99 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 144 | 0 | 0.84 | 0.29 | 0.21 | 320.59 | 0.72 | 0.46 |
| Hex | CA | 21 | 90 | 0 | 54 | 1D | 15 | 141 | 48 | 2E |
| Octal | 312 | 41 | 220 | 0 | 124 | 35 | 25 | 501 | 110 | 56 |
| Binary | 11001010 | 100001 | 10010000 | 0 | 1010100 | 11101 | 10101 | 101000001 | 1001000 | 101110 |
Color Harmonies of #CA2190
Complementary color
Monochromatic Colors of #CA2190
Black with #CA2190
Text Example
Text Example
White with #CA2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2190; }
p { color: rgb(202,33,144); }
H1.HeaderClassName
{
color: #CA2190;
}
.AnyTagClassName
{
color: #CA2190;
}
</style>
background-color css
<style>
a { background-color: #CA2190; }
a { background-color: rgb(202,33,144); }
div.DivClassName
{
background-color: #CA2190;
}
.BgClassName
{
background-color: #CA2190;
}
</style>
border-color css
<style>
span { border-color: #CA2190; }
span { border-color: rgb(202,33,144); }
td.TdClassName
{
border-color: #CA2190;
}
.TagClassName
{
border-color: #CA2190;
}
</style>