Shades of Medium Violet Red #CA2291
Tints of Medium Violet Red #CA2291
RGB
CMYK
RGB Variations
Color information
#CA2291 (or 0xCA2291) is known color: Medium Violet Red. HEX triplet: CA, 22 and 91. RGB value is (202,34,145). Sum of RGB (Red+Green+Blue) = 202+34+145=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2291 is #35DD6E. Grayscale: #606060. Windows color (decimal): -3530095 or 9511626. OLE color: 9511626.
HSL color Cylindrical-coordinate representation of color #CA2291: hue angle of 320.36º 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 #CA2291 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 145 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.21 |
| HSL | 320.36º | 0.71% | 0.46% | - |
| HSV(B) | 320.36º | 0.83% | 0.79% | - |
| XYZ | 30.04 | 15.74 | 28.24 | - |
| YUV | 96.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 145 | 0 | 0.83 | 0.28 | 0.21 | 320.36 | 0.71 | 0.46 |
| Hex | CA | 22 | 91 | 0 | 53 | 1C | 15 | 140 | 47 | 2E |
| Octal | 312 | 42 | 221 | 0 | 123 | 34 | 25 | 500 | 107 | 56 |
| Binary | 11001010 | 100010 | 10010001 | 0 | 1010011 | 11100 | 10101 | 101000000 | 1000111 | 101110 |
Color Harmonies of #CA2291
Complementary color
Monochromatic Colors of #CA2291
Black with #CA2291
Text Example
Text Example
White with #CA2291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2291; }
p { color: rgb(202,34,145); }
H1.HeaderClassName
{
color: #CA2291;
}
.AnyTagClassName
{
color: #CA2291;
}
</style>
background-color css
<style>
a { background-color: #CA2291; }
a { background-color: rgb(202,34,145); }
div.DivClassName
{
background-color: #CA2291;
}
.BgClassName
{
background-color: #CA2291;
}
</style>
border-color css
<style>
span { border-color: #CA2291; }
span { border-color: rgb(202,34,145); }
td.TdClassName
{
border-color: #CA2291;
}
.TagClassName
{
border-color: #CA2291;
}
</style>