Shades of Medium Violet Red #CA1871
Tints of Medium Violet Red #CA1871
RGB
CMYK
RGB Variations
Color information
#CA1871 (or 0xCA1871) is known color: Medium Violet Red. HEX triplet: CA, 18 and 71. RGB value is (202,24,113). Sum of RGB (Red+Green+Blue) = 202+24+113=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1871 is #35E78E. Grayscale: #575757. Windows color (decimal): -3532687 or 7411914. OLE color: 7411914.
HSL color Cylindrical-coordinate representation of color #CA1871: hue angle of 330º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1871 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 113 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.21 |
| HSL | 330º | 0.79% | 0.44% | - |
| HSV(B) | 330º | 0.88% | 0.79% | - |
| XYZ | 27.66 | 14.4 | 16.94 | - |
| YUV | 87.37 | 142.47 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 113 | 0 | 0.88 | 0.44 | 0.21 | 330 | 0.79 | 0.44 |
| Hex | CA | 18 | 71 | 0 | 58 | 2C | 15 | 14A | 4F | 2C |
| Octal | 312 | 30 | 161 | 0 | 130 | 54 | 25 | 512 | 117 | 54 |
| Binary | 11001010 | 11000 | 1110001 | 0 | 1011000 | 101100 | 10101 | 101001010 | 1001111 | 101100 |
Color Harmonies of #CA1871
Complementary color
Monochromatic Colors of #CA1871
Black with #CA1871
Text Example
Text Example
White with #CA1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1871; }
p { color: rgb(202,24,113); }
H1.HeaderClassName
{
color: #CA1871;
}
.AnyTagClassName
{
color: #CA1871;
}
</style>
background-color css
<style>
a { background-color: #CA1871; }
a { background-color: rgb(202,24,113); }
div.DivClassName
{
background-color: #CA1871;
}
.BgClassName
{
background-color: #CA1871;
}
</style>
border-color css
<style>
span { border-color: #CA1871; }
span { border-color: rgb(202,24,113); }
td.TdClassName
{
border-color: #CA1871;
}
.TagClassName
{
border-color: #CA1871;
}
</style>