Shades of Medium Red Violet #CA31A3
Tints of Medium Red Violet #CA31A3
RGB
CMYK
RGB Variations
Color information
#CA31A3 (or 0xCA31A3) is known color: Medium Red Violet. HEX triplet: CA, 31 and A3. RGB value is (202,49,163). Sum of RGB (Red+Green+Blue) = 202+49+163=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 163 (64.06% from 255 or 39.37% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA31A3 is #35CE5C. Grayscale: #6B6B6B. Windows color (decimal): -3526237 or 10695114. OLE color: 10695114.
HSL color Cylindrical-coordinate representation of color #CA31A3: hue angle of 315.29º 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 #CA31A3 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 163 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.21 |
| HSL | 315.29º | 0.61% | 0.49% | - |
| HSV(B) | 315.29º | 0.76% | 0.79% | - |
| XYZ | 32.07 | 17.4 | 36.32 | - |
| YUV | 107.74 | 159.19 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 163 | 0 | 0.76 | 0.19 | 0.21 | 315.29 | 0.61 | 0.49 |
| Hex | CA | 31 | A3 | 0 | 4C | 13 | 15 | 13B | 3D | 31 |
| Octal | 312 | 61 | 243 | 0 | 114 | 23 | 25 | 473 | 75 | 61 |
| Binary | 11001010 | 110001 | 10100011 | 0 | 1001100 | 10011 | 10101 | 100111011 | 111101 | 110001 |
Color Harmonies of #CA31A3
Complementary color
Monochromatic Colors of #CA31A3
Black with #CA31A3
Text Example
Text Example
White with #CA31A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31A3; }
p { color: rgb(202,49,163); }
H1.HeaderClassName
{
color: #CA31A3;
}
.AnyTagClassName
{
color: #CA31A3;
}
</style>
background-color css
<style>
a { background-color: #CA31A3; }
a { background-color: rgb(202,49,163); }
div.DivClassName
{
background-color: #CA31A3;
}
.BgClassName
{
background-color: #CA31A3;
}
</style>
border-color css
<style>
span { border-color: #CA31A3; }
span { border-color: rgb(202,49,163); }
td.TdClassName
{
border-color: #CA31A3;
}
.TagClassName
{
border-color: #CA31A3;
}
</style>