Shades of Medium Violet Red #CA1EA0
Tints of Medium Violet Red #CA1EA0
RGB
CMYK
RGB Variations
Color information
#CA1EA0 (or 0xCA1EA0) is known color: Medium Violet Red. HEX triplet: CA, 1E and A0. RGB value is (202,30,160). Sum of RGB (Red+Green+Blue) = 202+30+160=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1EA0 is #35E15F. Grayscale: #5F5F5F. Windows color (decimal): -3531104 or 10493642. OLE color: 10493642.
HSL color Cylindrical-coordinate representation of color #CA1EA0: hue angle of 314.65º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1EA0 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 160 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.21 |
| HSL | 314.65º | 0.74% | 0.45% | - |
| HSV(B) | 314.65º | 0.85% | 0.79% | - |
| XYZ | 31.17 | 16.02 | 34.71 | - |
| YUV | 96.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 160 | 0 | 0.85 | 0.21 | 0.21 | 314.65 | 0.74 | 0.45 |
| Hex | CA | 1E | A0 | 0 | 55 | 15 | 15 | 13B | 4A | 2D |
| Octal | 312 | 36 | 240 | 0 | 125 | 25 | 25 | 473 | 112 | 55 |
| Binary | 11001010 | 11110 | 10100000 | 0 | 1010101 | 10101 | 10101 | 100111011 | 1001010 | 101101 |
Color Harmonies of #CA1EA0
Complementary color
Monochromatic Colors of #CA1EA0
Black with #CA1EA0
Text Example
Text Example
White with #CA1EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EA0; }
p { color: rgb(202,30,160); }
H1.HeaderClassName
{
color: #CA1EA0;
}
.AnyTagClassName
{
color: #CA1EA0;
}
</style>
background-color css
<style>
a { background-color: #CA1EA0; }
a { background-color: rgb(202,30,160); }
div.DivClassName
{
background-color: #CA1EA0;
}
.BgClassName
{
background-color: #CA1EA0;
}
</style>
border-color css
<style>
span { border-color: #CA1EA0; }
span { border-color: rgb(202,30,160); }
td.TdClassName
{
border-color: #CA1EA0;
}
.TagClassName
{
border-color: #CA1EA0;
}
</style>