Shades of Medium Violet Red #CA1E95
Tints of Medium Violet Red #CA1E95
RGB
CMYK
RGB Variations
Color information
#CA1E95 (or 0xCA1E95) is known color: Medium Violet Red. HEX triplet: CA, 1E and 95. RGB value is (202,30,149). Sum of RGB (Red+Green+Blue) = 202+30+149=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E95 is #35E16A. Grayscale: #5E5E5E. Windows color (decimal): -3531115 or 9772746. OLE color: 9772746.
HSL color Cylindrical-coordinate representation of color #CA1E95: hue angle of 318.49º 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 #CA1E95 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 149 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.21 |
| HSL | 318.49º | 0.74% | 0.45% | - |
| HSV(B) | 318.49º | 0.85% | 0.79% | - |
| XYZ | 30.25 | 15.66 | 29.86 | - |
| YUV | 94.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 149 | 0 | 0.85 | 0.26 | 0.21 | 318.49 | 0.74 | 0.45 |
| Hex | CA | 1E | 95 | 0 | 55 | 1A | 15 | 13E | 4A | 2D |
| Octal | 312 | 36 | 225 | 0 | 125 | 32 | 25 | 476 | 112 | 55 |
| Binary | 11001010 | 11110 | 10010101 | 0 | 1010101 | 11010 | 10101 | 100111110 | 1001010 | 101101 |
Color Harmonies of #CA1E95
Complementary color
Monochromatic Colors of #CA1E95
Black with #CA1E95
Text Example
Text Example
White with #CA1E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E95; }
p { color: rgb(202,30,149); }
H1.HeaderClassName
{
color: #CA1E95;
}
.AnyTagClassName
{
color: #CA1E95;
}
</style>
background-color css
<style>
a { background-color: #CA1E95; }
a { background-color: rgb(202,30,149); }
div.DivClassName
{
background-color: #CA1E95;
}
.BgClassName
{
background-color: #CA1E95;
}
</style>
border-color css
<style>
span { border-color: #CA1E95; }
span { border-color: rgb(202,30,149); }
td.TdClassName
{
border-color: #CA1E95;
}
.TagClassName
{
border-color: #CA1E95;
}
</style>