Shades of Medium Violet Red #CA2090
Tints of Medium Violet Red #CA2090
RGB
CMYK
RGB Variations
Color information
#CA2090 (or 0xCA2090) is known color: Medium Violet Red. HEX triplet: CA, 20 and 90. RGB value is (202,32,144). Sum of RGB (Red+Green+Blue) = 202+32+144=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2090 is #35DF6F. Grayscale: #5F5F5F. Windows color (decimal): -3530608 or 9445578. OLE color: 9445578.
HSL color Cylindrical-coordinate representation of color #CA2090: hue angle of 320.47º 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 #CA2090 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 144 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.21 |
| HSL | 320.47º | 0.73% | 0.46% | - |
| HSV(B) | 320.47º | 0.84% | 0.79% | - |
| XYZ | 29.91 | 15.6 | 27.82 | - |
| YUV | 95.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 144 | 0 | 0.84 | 0.29 | 0.21 | 320.47 | 0.73 | 0.46 |
| Hex | CA | 20 | 90 | 0 | 54 | 1D | 15 | 140 | 49 | 2E |
| Octal | 312 | 40 | 220 | 0 | 124 | 35 | 25 | 500 | 111 | 56 |
| Binary | 11001010 | 100000 | 10010000 | 0 | 1010100 | 11101 | 10101 | 101000000 | 1001001 | 101110 |
Color Harmonies of #CA2090
Complementary color
Monochromatic Colors of #CA2090
Black with #CA2090
Text Example
Text Example
White with #CA2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2090; }
p { color: rgb(202,32,144); }
H1.HeaderClassName
{
color: #CA2090;
}
.AnyTagClassName
{
color: #CA2090;
}
</style>
background-color css
<style>
a { background-color: #CA2090; }
a { background-color: rgb(202,32,144); }
div.DivClassName
{
background-color: #CA2090;
}
.BgClassName
{
background-color: #CA2090;
}
</style>
border-color css
<style>
span { border-color: #CA2090; }
span { border-color: rgb(202,32,144); }
td.TdClassName
{
border-color: #CA2090;
}
.TagClassName
{
border-color: #CA2090;
}
</style>