Shades of Medium Violet Red #CA1F77
Tints of Medium Violet Red #CA1F77
RGB
CMYK
RGB Variations
Color information
#CA1F77 (or 0xCA1F77) is known color: Medium Violet Red. HEX triplet: CA, 1F and 77. RGB value is (202,31,119). Sum of RGB (Red+Green+Blue) = 202+31+119=352 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.39% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F77 is #35E088. Grayscale: #5B5B5B. Windows color (decimal): -3530889 or 7806922. OLE color: 7806922.
HSL color Cylindrical-coordinate representation of color #CA1F77: hue angle of 329.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F77 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 119 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.21 |
| HSL | 329.12º | 0.73% | 0.46% | - |
| HSV(B) | 329.12º | 0.85% | 0.79% | - |
| XYZ | 28.18 | 14.87 | 18.84 | - |
| YUV | 92.16 | 143.15 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 119 | 0 | 0.85 | 0.41 | 0.21 | 329.12 | 0.73 | 0.46 |
| Hex | CA | 1F | 77 | 0 | 55 | 29 | 15 | 149 | 49 | 2E |
| Octal | 312 | 37 | 167 | 0 | 125 | 51 | 25 | 511 | 111 | 56 |
| Binary | 11001010 | 11111 | 1110111 | 0 | 1010101 | 101001 | 10101 | 101001001 | 1001001 | 101110 |
Color Harmonies of #CA1F77
Complementary color
Monochromatic Colors of #CA1F77
Black with #CA1F77
Text Example
Text Example
White with #CA1F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F77; }
p { color: rgb(202,31,119); }
H1.HeaderClassName
{
color: #CA1F77;
}
.AnyTagClassName
{
color: #CA1F77;
}
</style>
background-color css
<style>
a { background-color: #CA1F77; }
a { background-color: rgb(202,31,119); }
div.DivClassName
{
background-color: #CA1F77;
}
.BgClassName
{
background-color: #CA1F77;
}
</style>
border-color css
<style>
span { border-color: #CA1F77; }
span { border-color: rgb(202,31,119); }
td.TdClassName
{
border-color: #CA1F77;
}
.TagClassName
{
border-color: #CA1F77;
}
</style>