Shades of Medium Violet Red #CA2295
Tints of Medium Violet Red #CA2295
RGB
CMYK
RGB Variations
Color information
#CA2295 (or 0xCA2295) is known color: Medium Violet Red. HEX triplet: CA, 22 and 95. RGB value is (202,34,149). Sum of RGB (Red+Green+Blue) = 202+34+149=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2295 is #35DD6A. Grayscale: #616161. Windows color (decimal): -3530091 or 9773770. OLE color: 9773770.
HSL color Cylindrical-coordinate representation of color #CA2295: hue angle of 318.93º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA2295 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 149 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.21 |
| HSL | 318.93º | 0.71% | 0.46% | - |
| HSV(B) | 318.93º | 0.83% | 0.79% | - |
| XYZ | 30.35 | 15.87 | 29.9 | - |
| YUV | 97.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 149 | 0 | 0.83 | 0.26 | 0.21 | 318.93 | 0.71 | 0.46 |
| Hex | CA | 22 | 95 | 0 | 53 | 1A | 15 | 13F | 47 | 2E |
| Octal | 312 | 42 | 225 | 0 | 123 | 32 | 25 | 477 | 107 | 56 |
| Binary | 11001010 | 100010 | 10010101 | 0 | 1010011 | 11010 | 10101 | 100111111 | 1000111 | 101110 |
Color Harmonies of #CA2295
Complementary color
Monochromatic Colors of #CA2295
Black with #CA2295
Text Example
Text Example
White with #CA2295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2295; }
p { color: rgb(202,34,149); }
H1.HeaderClassName
{
color: #CA2295;
}
.AnyTagClassName
{
color: #CA2295;
}
</style>
background-color css
<style>
a { background-color: #CA2295; }
a { background-color: rgb(202,34,149); }
div.DivClassName
{
background-color: #CA2295;
}
.BgClassName
{
background-color: #CA2295;
}
</style>
border-color css
<style>
span { border-color: #CA2295; }
span { border-color: rgb(202,34,149); }
td.TdClassName
{
border-color: #CA2295;
}
.TagClassName
{
border-color: #CA2295;
}
</style>