Shades of Medium Violet Red #CA1F90
Tints of Medium Violet Red #CA1F90
RGB
CMYK
RGB Variations
Color information
#CA1F90 (or 0xCA1F90) is known color: Medium Violet Red. HEX triplet: CA, 1F and 90. RGB value is (202,31,144). Sum of RGB (Red+Green+Blue) = 202+31+144=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1F90 is #35E06F. Grayscale: #5E5E5E. Windows color (decimal): -3530864 or 9445322. OLE color: 9445322.
HSL color Cylindrical-coordinate representation of color #CA1F90: hue angle of 320.35º 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 #CA1F90 is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 144 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.21 |
| HSL | 320.35º | 0.73% | 0.46% | - |
| HSV(B) | 320.35º | 0.85% | 0.79% | - |
| XYZ | 29.88 | 15.55 | 27.81 | - |
| YUV | 95.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 144 | 0 | 0.85 | 0.29 | 0.21 | 320.35 | 0.73 | 0.46 |
| Hex | CA | 1F | 90 | 0 | 55 | 1D | 15 | 140 | 49 | 2E |
| Octal | 312 | 37 | 220 | 0 | 125 | 35 | 25 | 500 | 111 | 56 |
| Binary | 11001010 | 11111 | 10010000 | 0 | 1010101 | 11101 | 10101 | 101000000 | 1001001 | 101110 |
Color Harmonies of #CA1F90
Complementary color
Monochromatic Colors of #CA1F90
Black with #CA1F90
Text Example
Text Example
White with #CA1F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F90; }
p { color: rgb(202,31,144); }
H1.HeaderClassName
{
color: #CA1F90;
}
.AnyTagClassName
{
color: #CA1F90;
}
</style>
background-color css
<style>
a { background-color: #CA1F90; }
a { background-color: rgb(202,31,144); }
div.DivClassName
{
background-color: #CA1F90;
}
.BgClassName
{
background-color: #CA1F90;
}
</style>
border-color css
<style>
span { border-color: #CA1F90; }
span { border-color: rgb(202,31,144); }
td.TdClassName
{
border-color: #CA1F90;
}
.TagClassName
{
border-color: #CA1F90;
}
</style>