Shades of Medium Violet Red #CA1671
Tints of Medium Violet Red #CA1671
RGB
CMYK
RGB Variations
Color information
#CA1671 (or 0xCA1671) is known color: Medium Violet Red. HEX triplet: CA, 16 and 71. RGB value is (202,22,113). Sum of RGB (Red+Green+Blue) = 202+22+113=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1671 is #35E98E. Grayscale: #565656. Windows color (decimal): -3533199 or 7411402. OLE color: 7411402.
HSL color Cylindrical-coordinate representation of color #CA1671: hue angle of 329.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1671 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 22 | 113 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.21 |
| HSL | 329.67º | 0.8% | 0.44% | - |
| HSV(B) | 329.67º | 0.89% | 0.79% | - |
| XYZ | 27.62 | 14.32 | 16.93 | - |
| YUV | 86.19 | 143.13 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 22 | 113 | 0 | 0.89 | 0.44 | 0.21 | 329.67 | 0.8 | 0.44 |
| Hex | CA | 16 | 71 | 0 | 59 | 2C | 15 | 14A | 50 | 2C |
| Octal | 312 | 26 | 161 | 0 | 131 | 54 | 25 | 512 | 120 | 54 |
| Binary | 11001010 | 10110 | 1110001 | 0 | 1011001 | 101100 | 10101 | 101001010 | 1010000 | 101100 |
Color Harmonies of #CA1671
Complementary color
Monochromatic Colors of #CA1671
Black with #CA1671
Text Example
Text Example
White with #CA1671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1671; }
p { color: rgb(202,22,113); }
H1.HeaderClassName
{
color: #CA1671;
}
.AnyTagClassName
{
color: #CA1671;
}
</style>
background-color css
<style>
a { background-color: #CA1671; }
a { background-color: rgb(202,22,113); }
div.DivClassName
{
background-color: #CA1671;
}
.BgClassName
{
background-color: #CA1671;
}
</style>
border-color css
<style>
span { border-color: #CA1671; }
span { border-color: rgb(202,22,113); }
td.TdClassName
{
border-color: #CA1671;
}
.TagClassName
{
border-color: #CA1671;
}
</style>