Shades of Medium Violet Red #CA0871
Tints of Medium Violet Red #CA0871
RGB
CMYK
RGB Variations
Color information
#CA0871 (or 0xCA0871) is known color: Medium Violet Red. HEX triplet: CA, 08 and 71. RGB value is (202,8,113). Sum of RGB (Red+Green+Blue) = 202+8+113=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0871 is #35F78E. Grayscale: #4D4D4D. Windows color (decimal): -3536783 or 7407818. OLE color: 7407818.
HSL color Cylindrical-coordinate representation of color #CA0871: hue angle of 327.53º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA0871 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 8 | 113 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.21 |
| HSL | 327.53º | 0.92% | 0.41% | - |
| HSV(B) | 327.53º | 0.96% | 0.79% | - |
| XYZ | 27.42 | 13.92 | 16.86 | - |
| YUV | 77.98 | 147.77 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 8 | 113 | 0 | 0.96 | 0.44 | 0.21 | 327.53 | 0.92 | 0.41 |
| Hex | CA | 8 | 71 | 0 | 60 | 2C | 15 | 148 | 5C | 29 |
| Octal | 312 | 10 | 161 | 0 | 140 | 54 | 25 | 510 | 134 | 51 |
| Binary | 11001010 | 1000 | 1110001 | 0 | 1100000 | 101100 | 10101 | 101001000 | 1011100 | 101001 |
Color Harmonies of #CA0871
Complementary color
Monochromatic Colors of #CA0871
Black with #CA0871
Text Example
Text Example
White with #CA0871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0871; }
p { color: rgb(202,8,113); }
H1.HeaderClassName
{
color: #CA0871;
}
.AnyTagClassName
{
color: #CA0871;
}
</style>
background-color css
<style>
a { background-color: #CA0871; }
a { background-color: rgb(202,8,113); }
div.DivClassName
{
background-color: #CA0871;
}
.BgClassName
{
background-color: #CA0871;
}
</style>
border-color css
<style>
span { border-color: #CA0871; }
span { border-color: rgb(202,8,113); }
td.TdClassName
{
border-color: #CA0871;
}
.TagClassName
{
border-color: #CA0871;
}
</style>