Shades of Medium Violet Red #CA1DA2
Tints of Medium Violet Red #CA1DA2
RGB
CMYK
RGB Variations
Color information
#CA1DA2 (or 0xCA1DA2) is known color: Medium Violet Red. HEX triplet: CA, 1D and A2. RGB value is (202,29,162). Sum of RGB (Red+Green+Blue) = 202+29+162=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 162 (63.67% from 255 or 41.22% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1DA2 is #35E25D. Grayscale: #5F5F5F. Windows color (decimal): -3531358 or 10624458. OLE color: 10624458.
HSL color Cylindrical-coordinate representation of color #CA1DA2: hue angle of 313.87º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA1DA2 is Cyan = 0, Magento = 0.86, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 162 | - |
| CMYK | 0 | 0.86 | 0.20 | 0.21 |
| HSL | 313.87º | 0.75% | 0.45% | - |
| HSV(B) | 313.87º | 0.86% | 0.79% | - |
| XYZ | 31.32 | 16.04 | 35.63 | - |
| YUV | 95.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 162 | 0 | 0.86 | 0.20 | 0.21 | 313.87 | 0.75 | 0.45 |
| Hex | CA | 1D | A2 | 0 | 56 | 14 | 15 | 13A | 4B | 2D |
| Octal | 312 | 35 | 242 | 0 | 126 | 24 | 25 | 472 | 113 | 55 |
| Binary | 11001010 | 11101 | 10100010 | 0 | 1010110 | 10100 | 10101 | 100111010 | 1001011 | 101101 |
Color Harmonies of #CA1DA2
Complementary color
Monochromatic Colors of #CA1DA2
Black with #CA1DA2
Text Example
Text Example
White with #CA1DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1DA2; }
p { color: rgb(202,29,162); }
H1.HeaderClassName
{
color: #CA1DA2;
}
.AnyTagClassName
{
color: #CA1DA2;
}
</style>
background-color css
<style>
a { background-color: #CA1DA2; }
a { background-color: rgb(202,29,162); }
div.DivClassName
{
background-color: #CA1DA2;
}
.BgClassName
{
background-color: #CA1DA2;
}
</style>
border-color css
<style>
span { border-color: #CA1DA2; }
span { border-color: rgb(202,29,162); }
td.TdClassName
{
border-color: #CA1DA2;
}
.TagClassName
{
border-color: #CA1DA2;
}
</style>