Shades of Medium Violet Red #CA1EA5
Tints of Medium Violet Red #CA1EA5
RGB
CMYK
RGB Variations
Color information
#CA1EA5 (or 0xCA1EA5) is known color: Medium Violet Red. HEX triplet: CA, 1E and A5. RGB value is (202,30,165). Sum of RGB (Red+Green+Blue) = 202+30+165=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1EA5 is #35E15A. Grayscale: #606060. Windows color (decimal): -3531099 or 10821322. OLE color: 10821322.
HSL color Cylindrical-coordinate representation of color #CA1EA5: hue angle of 312.91º 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 #CA1EA5 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 165 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.21 |
| HSL | 312.91º | 0.74% | 0.45% | - |
| HSV(B) | 312.91º | 0.85% | 0.79% | - |
| XYZ | 31.61 | 16.2 | 37.06 | - |
| YUV | 96.82 | 166.48 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 165 | 0 | 0.85 | 0.18 | 0.21 | 312.91 | 0.74 | 0.45 |
| Hex | CA | 1E | A5 | 0 | 55 | 12 | 15 | 139 | 4A | 2D |
| Octal | 312 | 36 | 245 | 0 | 125 | 22 | 25 | 471 | 112 | 55 |
| Binary | 11001010 | 11110 | 10100101 | 0 | 1010101 | 10010 | 10101 | 100111001 | 1001010 | 101101 |
Color Harmonies of #CA1EA5
Complementary color
Monochromatic Colors of #CA1EA5
Black with #CA1EA5
Text Example
Text Example
White with #CA1EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1EA5; }
p { color: rgb(202,30,165); }
H1.HeaderClassName
{
color: #CA1EA5;
}
.AnyTagClassName
{
color: #CA1EA5;
}
</style>
background-color css
<style>
a { background-color: #CA1EA5; }
a { background-color: rgb(202,30,165); }
div.DivClassName
{
background-color: #CA1EA5;
}
.BgClassName
{
background-color: #CA1EA5;
}
</style>
border-color css
<style>
span { border-color: #CA1EA5; }
span { border-color: rgb(202,30,165); }
td.TdClassName
{
border-color: #CA1EA5;
}
.TagClassName
{
border-color: #CA1EA5;
}
</style>