Shades of Medium Red Violet #CA31A4
Tints of Medium Red Violet #CA31A4
RGB
CMYK
RGB Variations
Color information
#CA31A4 (or 0xCA31A4) is known color: Medium Red Violet. HEX triplet: CA, 31 and A4. RGB value is (202,49,164). Sum of RGB (Red+Green+Blue) = 202+49+164=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA31A4 is #35CE5B. Grayscale: #6B6B6B. Windows color (decimal): -3526236 or 10760650. OLE color: 10760650.
HSL color Cylindrical-coordinate representation of color #CA31A4: hue angle of 314.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA31A4 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 164 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.21 |
| HSL | 314.9º | 0.61% | 0.49% | - |
| HSV(B) | 314.9º | 0.76% | 0.79% | - |
| XYZ | 32.16 | 17.43 | 36.79 | - |
| YUV | 107.86 | 159.69 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 164 | 0 | 0.76 | 0.19 | 0.21 | 314.9 | 0.61 | 0.49 |
| Hex | CA | 31 | A4 | 0 | 4C | 13 | 15 | 13B | 3D | 31 |
| Octal | 312 | 61 | 244 | 0 | 114 | 23 | 25 | 473 | 75 | 61 |
| Binary | 11001010 | 110001 | 10100100 | 0 | 1001100 | 10011 | 10101 | 100111011 | 111101 | 110001 |
Color Harmonies of #CA31A4
Complementary color
Monochromatic Colors of #CA31A4
Black with #CA31A4
Text Example
Text Example
White with #CA31A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31A4; }
p { color: rgb(202,49,164); }
H1.HeaderClassName
{
color: #CA31A4;
}
.AnyTagClassName
{
color: #CA31A4;
}
</style>
background-color css
<style>
a { background-color: #CA31A4; }
a { background-color: rgb(202,49,164); }
div.DivClassName
{
background-color: #CA31A4;
}
.BgClassName
{
background-color: #CA31A4;
}
</style>
border-color css
<style>
span { border-color: #CA31A4; }
span { border-color: rgb(202,49,164); }
td.TdClassName
{
border-color: #CA31A4;
}
.TagClassName
{
border-color: #CA31A4;
}
</style>