Shades of Medium Violet Red #CA1F74
Tints of Medium Violet Red #CA1F74
RGB
CMYK
RGB Variations
Color information
#CA1F74 (or 0xCA1F74) is known color: Medium Violet Red. HEX triplet: CA, 1F and 74. RGB value is (202,31,116). Sum of RGB (Red+Green+Blue) = 202+31+116=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F74 is #35E08B. Grayscale: #5B5B5B. Windows color (decimal): -3530892 or 7610314. OLE color: 7610314.
HSL color Cylindrical-coordinate representation of color #CA1F74: hue angle of 330.18º 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 #CA1F74 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 116 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.21 |
| HSL | 330.18º | 0.73% | 0.46% | - |
| HSV(B) | 330.18º | 0.85% | 0.79% | - |
| XYZ | 28 | 14.8 | 17.9 | - |
| YUV | 91.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 116 | 0 | 0.85 | 0.43 | 0.21 | 330.18 | 0.73 | 0.46 |
| Hex | CA | 1F | 74 | 0 | 55 | 2B | 15 | 14A | 49 | 2E |
| Octal | 312 | 37 | 164 | 0 | 125 | 53 | 25 | 512 | 111 | 56 |
| Binary | 11001010 | 11111 | 1110100 | 0 | 1010101 | 101011 | 10101 | 101001010 | 1001001 | 101110 |
Color Harmonies of #CA1F74
Complementary color
Monochromatic Colors of #CA1F74
Black with #CA1F74
Text Example
Text Example
White with #CA1F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F74; }
p { color: rgb(202,31,116); }
H1.HeaderClassName
{
color: #CA1F74;
}
.AnyTagClassName
{
color: #CA1F74;
}
</style>
background-color css
<style>
a { background-color: #CA1F74; }
a { background-color: rgb(202,31,116); }
div.DivClassName
{
background-color: #CA1F74;
}
.BgClassName
{
background-color: #CA1F74;
}
</style>
border-color css
<style>
span { border-color: #CA1F74; }
span { border-color: rgb(202,31,116); }
td.TdClassName
{
border-color: #CA1F74;
}
.TagClassName
{
border-color: #CA1F74;
}
</style>