Shades of Medium Violet Red #CA1AA2
Tints of Medium Violet Red #CA1AA2
RGB
CMYK
RGB Variations
Color information
#CA1AA2 (or 0xCA1AA2) is known color: Medium Violet Red. HEX triplet: CA, 1A and A2. RGB value is (202,26,162). Sum of RGB (Red+Green+Blue) = 202+26+162=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1AA2 is #35E55D. Grayscale: #5D5D5D. Windows color (decimal): -3532126 or 10623690. OLE color: 10623690.
HSL color Cylindrical-coordinate representation of color #CA1AA2: hue angle of 313.64º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1AA2 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 26 | 162 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.21 |
| HSL | 313.64º | 0.77% | 0.45% | - |
| HSV(B) | 313.64º | 0.87% | 0.79% | - |
| XYZ | 31.25 | 15.9 | 35.61 | - |
| YUV | 94.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 26 | 162 | 0 | 0.87 | 0.20 | 0.21 | 313.64 | 0.77 | 0.45 |
| Hex | CA | 1A | A2 | 0 | 57 | 14 | 15 | 13A | 4D | 2D |
| Octal | 312 | 32 | 242 | 0 | 127 | 24 | 25 | 472 | 115 | 55 |
| Binary | 11001010 | 11010 | 10100010 | 0 | 1010111 | 10100 | 10101 | 100111010 | 1001101 | 101101 |
Color Harmonies of #CA1AA2
Complementary color
Monochromatic Colors of #CA1AA2
Black with #CA1AA2
Text Example
Text Example
White with #CA1AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1AA2; }
p { color: rgb(202,26,162); }
H1.HeaderClassName
{
color: #CA1AA2;
}
.AnyTagClassName
{
color: #CA1AA2;
}
</style>
background-color css
<style>
a { background-color: #CA1AA2; }
a { background-color: rgb(202,26,162); }
div.DivClassName
{
background-color: #CA1AA2;
}
.BgClassName
{
background-color: #CA1AA2;
}
</style>
border-color css
<style>
span { border-color: #CA1AA2; }
span { border-color: rgb(202,26,162); }
td.TdClassName
{
border-color: #CA1AA2;
}
.TagClassName
{
border-color: #CA1AA2;
}
</style>