Shades of Medium Violet Red #CA1990
Tints of Medium Violet Red #CA1990
RGB
CMYK
RGB Variations
Color information
#CA1990 (or 0xCA1990) is known color: Medium Violet Red. HEX triplet: CA, 19 and 90. RGB value is (202,25,144). Sum of RGB (Red+Green+Blue) = 202+25+144=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1990 is #35E66F. Grayscale: #5B5B5B. Windows color (decimal): -3532400 or 9443786. OLE color: 9443786.
HSL color Cylindrical-coordinate representation of color #CA1990: hue angle of 319.66º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1990 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 144 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.21 |
| HSL | 319.66º | 0.78% | 0.45% | - |
| HSV(B) | 319.66º | 0.88% | 0.79% | - |
| XYZ | 29.74 | 15.27 | 27.76 | - |
| YUV | 91.49 | 157.64 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 144 | 0 | 0.88 | 0.29 | 0.21 | 319.66 | 0.78 | 0.45 |
| Hex | CA | 19 | 90 | 0 | 58 | 1D | 15 | 140 | 4E | 2D |
| Octal | 312 | 31 | 220 | 0 | 130 | 35 | 25 | 500 | 116 | 55 |
| Binary | 11001010 | 11001 | 10010000 | 0 | 1011000 | 11101 | 10101 | 101000000 | 1001110 | 101101 |
Color Harmonies of #CA1990
Complementary color
Monochromatic Colors of #CA1990
Black with #CA1990
Text Example
Text Example
White with #CA1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1990; }
p { color: rgb(202,25,144); }
H1.HeaderClassName
{
color: #CA1990;
}
.AnyTagClassName
{
color: #CA1990;
}
</style>
background-color css
<style>
a { background-color: #CA1990; }
a { background-color: rgb(202,25,144); }
div.DivClassName
{
background-color: #CA1990;
}
.BgClassName
{
background-color: #CA1990;
}
</style>
border-color css
<style>
span { border-color: #CA1990; }
span { border-color: rgb(202,25,144); }
td.TdClassName
{
border-color: #CA1990;
}
.TagClassName
{
border-color: #CA1990;
}
</style>