Shades of Medium Violet Red #CA1FA7
Tints of Medium Violet Red #CA1FA7
RGB
CMYK
RGB Variations
Color information
#CA1FA7 (or 0xCA1FA7) is known color: Medium Violet Red. HEX triplet: CA, 1F and A7. RGB value is (202,31,167). Sum of RGB (Red+Green+Blue) = 202+31+167=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1FA7 is #35E058. Grayscale: #616161. Windows color (decimal): -3530841 or 10952650. OLE color: 10952650.
HSL color Cylindrical-coordinate representation of color #CA1FA7: hue angle of 312.28º 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 #CA1FA7 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 167 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.21 |
| HSL | 312.28º | 0.73% | 0.46% | - |
| HSV(B) | 312.28º | 0.85% | 0.79% | - |
| XYZ | 31.82 | 16.33 | 38.03 | - |
| YUV | 97.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 167 | 0 | 0.85 | 0.17 | 0.21 | 312.28 | 0.73 | 0.46 |
| Hex | CA | 1F | A7 | 0 | 55 | 11 | 15 | 138 | 49 | 2E |
| Octal | 312 | 37 | 247 | 0 | 125 | 21 | 25 | 470 | 111 | 56 |
| Binary | 11001010 | 11111 | 10100111 | 0 | 1010101 | 10001 | 10101 | 100111000 | 1001001 | 101110 |
Color Harmonies of #CA1FA7
Complementary color
Monochromatic Colors of #CA1FA7
Black with #CA1FA7
Text Example
Text Example
White with #CA1FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FA7; }
p { color: rgb(202,31,167); }
H1.HeaderClassName
{
color: #CA1FA7;
}
.AnyTagClassName
{
color: #CA1FA7;
}
</style>
background-color css
<style>
a { background-color: #CA1FA7; }
a { background-color: rgb(202,31,167); }
div.DivClassName
{
background-color: #CA1FA7;
}
.BgClassName
{
background-color: #CA1FA7;
}
</style>
border-color css
<style>
span { border-color: #CA1FA7; }
span { border-color: rgb(202,31,167); }
td.TdClassName
{
border-color: #CA1FA7;
}
.TagClassName
{
border-color: #CA1FA7;
}
</style>