Shades of Medium Violet Red #CA1471
Tints of Medium Violet Red #CA1471
RGB
CMYK
RGB Variations
Color information
#CA1471 (or 0xCA1471) is known color: Medium Violet Red. HEX triplet: CA, 14 and 71. RGB value is (202,20,113). Sum of RGB (Red+Green+Blue) = 202+20+113=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1471 is #35EB8E. Grayscale: #545454. Windows color (decimal): -3533711 or 7410890. OLE color: 7410890.
HSL color Cylindrical-coordinate representation of color #CA1471: hue angle of 329.34º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1471 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 20 | 113 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.21 |
| HSL | 329.34º | 0.82% | 0.44% | - |
| HSV(B) | 329.34º | 0.9% | 0.79% | - |
| XYZ | 27.59 | 14.25 | 16.92 | - |
| YUV | 85.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 20 | 113 | 0 | 0.90 | 0.44 | 0.21 | 329.34 | 0.82 | 0.44 |
| Hex | CA | 14 | 71 | 0 | 5A | 2C | 15 | 149 | 52 | 2C |
| Octal | 312 | 24 | 161 | 0 | 132 | 54 | 25 | 511 | 122 | 54 |
| Binary | 11001010 | 10100 | 1110001 | 0 | 1011010 | 101100 | 10101 | 101001001 | 1010010 | 101100 |
Color Harmonies of #CA1471
Complementary color
Monochromatic Colors of #CA1471
Black with #CA1471
Text Example
Text Example
White with #CA1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1471; }
p { color: rgb(202,20,113); }
H1.HeaderClassName
{
color: #CA1471;
}
.AnyTagClassName
{
color: #CA1471;
}
</style>
background-color css
<style>
a { background-color: #CA1471; }
a { background-color: rgb(202,20,113); }
div.DivClassName
{
background-color: #CA1471;
}
.BgClassName
{
background-color: #CA1471;
}
</style>
border-color css
<style>
span { border-color: #CA1471; }
span { border-color: rgb(202,20,113); }
td.TdClassName
{
border-color: #CA1471;
}
.TagClassName
{
border-color: #CA1471;
}
</style>