Shades of Medium Violet Red #CA1177
Tints of Medium Violet Red #CA1177
RGB
CMYK
RGB Variations
Color information
#CA1177 (or 0xCA1177) is known color: Medium Violet Red. HEX triplet: CA, 11 and 77. RGB value is (202,17,119). Sum of RGB (Red+Green+Blue) = 202+17+119=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1177 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1177 is #35EE88. Grayscale: #535353. Windows color (decimal): -3534473 or 7803338. OLE color: 7803338.
HSL color Cylindrical-coordinate representation of color #CA1177: hue angle of 326.92º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1177 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 119 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.21 |
| HSL | 326.92º | 0.84% | 0.43% | - |
| HSV(B) | 326.92º | 0.92% | 0.79% | - |
| XYZ | 27.89 | 14.29 | 18.74 | - |
| YUV | 83.94 | 147.79 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 119 | 0 | 0.92 | 0.41 | 0.21 | 326.92 | 0.84 | 0.43 |
| Hex | CA | 11 | 77 | 0 | 5C | 29 | 15 | 147 | 54 | 2B |
| Octal | 312 | 21 | 167 | 0 | 134 | 51 | 25 | 507 | 124 | 53 |
| Binary | 11001010 | 10001 | 1110111 | 0 | 1011100 | 101001 | 10101 | 101000111 | 1010100 | 101011 |
Color Harmonies of #CA1177
Complementary color
Monochromatic Colors of #CA1177
Black with #CA1177
Text Example
Text Example
White with #CA1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1177; }
p { color: rgb(202,17,119); }
H1.HeaderClassName
{
color: #CA1177;
}
.AnyTagClassName
{
color: #CA1177;
}
</style>
background-color css
<style>
a { background-color: #CA1177; }
a { background-color: rgb(202,17,119); }
div.DivClassName
{
background-color: #CA1177;
}
.BgClassName
{
background-color: #CA1177;
}
</style>
border-color css
<style>
span { border-color: #CA1177; }
span { border-color: rgb(202,17,119); }
td.TdClassName
{
border-color: #CA1177;
}
.TagClassName
{
border-color: #CA1177;
}
</style>