Shades of Medium Violet Red #CA1071
Tints of Medium Violet Red #CA1071
RGB
CMYK
RGB Variations
Color information
#CA1071 (or 0xCA1071) is known color: Medium Violet Red. HEX triplet: CA, 10 and 71. RGB value is (202,16,113). Sum of RGB (Red+Green+Blue) = 202+16+113=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1071 is #35EF8E. Grayscale: #525252. Windows color (decimal): -3534735 or 7409866. OLE color: 7409866.
HSL color Cylindrical-coordinate representation of color #CA1071: hue angle of 328.71º degrees, saturation: 0.85, 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 #CA1071 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 16 | 113 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.21 |
| HSL | 328.71º | 0.85% | 0.43% | - |
| HSV(B) | 328.71º | 0.92% | 0.79% | - |
| XYZ | 27.52 | 14.12 | 16.9 | - |
| YUV | 82.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 16 | 113 | 0 | 0.92 | 0.44 | 0.21 | 328.71 | 0.85 | 0.43 |
| Hex | CA | 10 | 71 | 0 | 5C | 2C | 15 | 149 | 55 | 2B |
| Octal | 312 | 20 | 161 | 0 | 134 | 54 | 25 | 511 | 125 | 53 |
| Binary | 11001010 | 10000 | 1110001 | 0 | 1011100 | 101100 | 10101 | 101001001 | 1010101 | 101011 |
Color Harmonies of #CA1071
Complementary color
Monochromatic Colors of #CA1071
Black with #CA1071
Text Example
Text Example
White with #CA1071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1071; }
p { color: rgb(202,16,113); }
H1.HeaderClassName
{
color: #CA1071;
}
.AnyTagClassName
{
color: #CA1071;
}
</style>
background-color css
<style>
a { background-color: #CA1071; }
a { background-color: rgb(202,16,113); }
div.DivClassName
{
background-color: #CA1071;
}
.BgClassName
{
background-color: #CA1071;
}
</style>
border-color css
<style>
span { border-color: #CA1071; }
span { border-color: rgb(202,16,113); }
td.TdClassName
{
border-color: #CA1071;
}
.TagClassName
{
border-color: #CA1071;
}
</style>