Shades of Medium Violet Red #CA1FAB
Tints of Medium Violet Red #CA1FAB
RGB
CMYK
RGB Variations
Color information
#CA1FAB (or 0xCA1FAB) is known color: Medium Violet Red. HEX triplet: CA, 1F and AB. RGB value is (202,31,171). Sum of RGB (Red+Green+Blue) = 202+31+171=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1FAB is #35E054. Grayscale: #616161. Windows color (decimal): -3530837 or 11214794. OLE color: 11214794.
HSL color Cylindrical-coordinate representation of color #CA1FAB: hue angle of 310.88º 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 #CA1FAB is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 171 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.21 |
| HSL | 310.88º | 0.73% | 0.46% | - |
| HSV(B) | 310.88º | 0.85% | 0.79% | - |
| XYZ | 32.2 | 16.48 | 40.01 | - |
| YUV | 98.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 171 | 0 | 0.85 | 0.15 | 0.21 | 310.88 | 0.73 | 0.46 |
| Hex | CA | 1F | AB | 0 | 55 | F | 15 | 137 | 49 | 2E |
| Octal | 312 | 37 | 253 | 0 | 125 | 17 | 25 | 467 | 111 | 56 |
| Binary | 11001010 | 11111 | 10101011 | 0 | 1010101 | 1111 | 10101 | 100110111 | 1001001 | 101110 |
Color Harmonies of #CA1FAB
Complementary color
Monochromatic Colors of #CA1FAB
Black with #CA1FAB
Text Example
Text Example
White with #CA1FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1FAB; }
p { color: rgb(202,31,171); }
H1.HeaderClassName
{
color: #CA1FAB;
}
.AnyTagClassName
{
color: #CA1FAB;
}
</style>
background-color css
<style>
a { background-color: #CA1FAB; }
a { background-color: rgb(202,31,171); }
div.DivClassName
{
background-color: #CA1FAB;
}
.BgClassName
{
background-color: #CA1FAB;
}
</style>
border-color css
<style>
span { border-color: #CA1FAB; }
span { border-color: rgb(202,31,171); }
td.TdClassName
{
border-color: #CA1FAB;
}
.TagClassName
{
border-color: #CA1FAB;
}
</style>