Shades of Medium Violet Red #CA2173
Tints of Medium Violet Red #CA2173
RGB
CMYK
RGB Variations
Color information
#CA2173 (or 0xCA2173) is known color: Medium Violet Red. HEX triplet: CA, 21 and 73. RGB value is (202,33,115). Sum of RGB (Red+Green+Blue) = 202+33+115=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2173 is #35DE8C. Grayscale: #5C5C5C. Windows color (decimal): -3530381 or 7545290. OLE color: 7545290.
HSL color Cylindrical-coordinate representation of color #CA2173: hue angle of 330.89º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2173 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 115 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.21 |
| HSL | 330.89º | 0.72% | 0.46% | - |
| HSV(B) | 330.89º | 0.84% | 0.79% | - |
| XYZ | 28 | 14.88 | 17.62 | - |
| YUV | 92.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 115 | 0 | 0.84 | 0.43 | 0.21 | 330.89 | 0.72 | 0.46 |
| Hex | CA | 21 | 73 | 0 | 54 | 2B | 15 | 14B | 48 | 2E |
| Octal | 312 | 41 | 163 | 0 | 124 | 53 | 25 | 513 | 110 | 56 |
| Binary | 11001010 | 100001 | 1110011 | 0 | 1010100 | 101011 | 10101 | 101001011 | 1001000 | 101110 |
Color Harmonies of #CA2173
Complementary color
Monochromatic Colors of #CA2173
Black with #CA2173
Text Example
Text Example
White with #CA2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2173; }
p { color: rgb(202,33,115); }
H1.HeaderClassName
{
color: #CA2173;
}
.AnyTagClassName
{
color: #CA2173;
}
</style>
background-color css
<style>
a { background-color: #CA2173; }
a { background-color: rgb(202,33,115); }
div.DivClassName
{
background-color: #CA2173;
}
.BgClassName
{
background-color: #CA2173;
}
</style>
border-color css
<style>
span { border-color: #CA2173; }
span { border-color: rgb(202,33,115); }
td.TdClassName
{
border-color: #CA2173;
}
.TagClassName
{
border-color: #CA2173;
}
</style>