Shades of Medium Violet Red #CA1174
Tints of Medium Violet Red #CA1174
RGB
CMYK
RGB Variations
Color information
#CA1174 (or 0xCA1174) is known color: Medium Violet Red. HEX triplet: CA, 11 and 74. RGB value is (202,17,116). Sum of RGB (Red+Green+Blue) = 202+17+116=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1174 is #35EE8B. Grayscale: #535353. Windows color (decimal): -3534476 or 7606730. OLE color: 7606730.
HSL color Cylindrical-coordinate representation of color #CA1174: hue angle of 327.89º 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 #CA1174 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 17 | 116 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.21 |
| HSL | 327.89º | 0.84% | 0.43% | - |
| HSV(B) | 327.89º | 0.92% | 0.79% | - |
| XYZ | 27.71 | 14.22 | 17.81 | - |
| YUV | 83.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 17 | 116 | 0 | 0.92 | 0.43 | 0.21 | 327.89 | 0.84 | 0.43 |
| Hex | CA | 11 | 74 | 0 | 5C | 2B | 15 | 148 | 54 | 2B |
| Octal | 312 | 21 | 164 | 0 | 134 | 53 | 25 | 510 | 124 | 53 |
| Binary | 11001010 | 10001 | 1110100 | 0 | 1011100 | 101011 | 10101 | 101001000 | 1010100 | 101011 |
Color Harmonies of #CA1174
Complementary color
Monochromatic Colors of #CA1174
Black with #CA1174
Text Example
Text Example
White with #CA1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1174; }
p { color: rgb(202,17,116); }
H1.HeaderClassName
{
color: #CA1174;
}
.AnyTagClassName
{
color: #CA1174;
}
</style>
background-color css
<style>
a { background-color: #CA1174; }
a { background-color: rgb(202,17,116); }
div.DivClassName
{
background-color: #CA1174;
}
.BgClassName
{
background-color: #CA1174;
}
</style>
border-color css
<style>
span { border-color: #CA1174; }
span { border-color: rgb(202,17,116); }
td.TdClassName
{
border-color: #CA1174;
}
.TagClassName
{
border-color: #CA1174;
}
</style>