Shades of Medium Violet Red #CA1773
Tints of Medium Violet Red #CA1773
RGB
CMYK
RGB Variations
Color information
#CA1773 (or 0xCA1773) is known color: Medium Violet Red. HEX triplet: CA, 17 and 73. RGB value is (202,23,115). Sum of RGB (Red+Green+Blue) = 202+23+115=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1773 is #35E88C. Grayscale: #565656. Windows color (decimal): -3532941 or 7542730. OLE color: 7542730.
HSL color Cylindrical-coordinate representation of color #CA1773: hue angle of 329.16º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1773 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 115 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.21 |
| HSL | 329.16º | 0.8% | 0.44% | - |
| HSV(B) | 329.16º | 0.89% | 0.79% | - |
| XYZ | 27.76 | 14.41 | 17.54 | - |
| YUV | 87.01 | 143.8 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 115 | 0 | 0.89 | 0.43 | 0.21 | 329.16 | 0.8 | 0.44 |
| Hex | CA | 17 | 73 | 0 | 59 | 2B | 15 | 149 | 50 | 2C |
| Octal | 312 | 27 | 163 | 0 | 131 | 53 | 25 | 511 | 120 | 54 |
| Binary | 11001010 | 10111 | 1110011 | 0 | 1011001 | 101011 | 10101 | 101001001 | 1010000 | 101100 |
Color Harmonies of #CA1773
Complementary color
Monochromatic Colors of #CA1773
Black with #CA1773
Text Example
Text Example
White with #CA1773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1773; }
p { color: rgb(202,23,115); }
H1.HeaderClassName
{
color: #CA1773;
}
.AnyTagClassName
{
color: #CA1773;
}
</style>
background-color css
<style>
a { background-color: #CA1773; }
a { background-color: rgb(202,23,115); }
div.DivClassName
{
background-color: #CA1773;
}
.BgClassName
{
background-color: #CA1773;
}
</style>
border-color css
<style>
span { border-color: #CA1773; }
span { border-color: rgb(202,23,115); }
td.TdClassName
{
border-color: #CA1773;
}
.TagClassName
{
border-color: #CA1773;
}
</style>