Shades of Medium Red Violet #CA31A8
Tints of Medium Red Violet #CA31A8
RGB
CMYK
RGB Variations
Color information
#CA31A8 (or 0xCA31A8) is known color: Medium Red Violet. HEX triplet: CA, 31 and A8. RGB value is (202,49,168). Sum of RGB (Red+Green+Blue) = 202+49+168=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 168 (66.02% from 255 or 40.10% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA31A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA31A8 is #35CE57. Grayscale: #6B6B6B. Windows color (decimal): -3526232 or 11022794. OLE color: 11022794.
HSL color Cylindrical-coordinate representation of color #CA31A8: hue angle of 313.33º 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 #CA31A8 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 168 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.21 |
| HSL | 313.33º | 0.61% | 0.49% | - |
| HSV(B) | 313.33º | 0.76% | 0.79% | - |
| XYZ | 32.52 | 17.58 | 38.72 | - |
| YUV | 108.31 | 161.69 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 168 | 0 | 0.76 | 0.17 | 0.21 | 313.33 | 0.61 | 0.49 |
| Hex | CA | 31 | A8 | 0 | 4C | 11 | 15 | 139 | 3D | 31 |
| Octal | 312 | 61 | 250 | 0 | 114 | 21 | 25 | 471 | 75 | 61 |
| Binary | 11001010 | 110001 | 10101000 | 0 | 1001100 | 10001 | 10101 | 100111001 | 111101 | 110001 |
Color Harmonies of #CA31A8
Complementary color
Monochromatic Colors of #CA31A8
Black with #CA31A8
Text Example
Text Example
White with #CA31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA31A8; }
p { color: rgb(202,49,168); }
H1.HeaderClassName
{
color: #CA31A8;
}
.AnyTagClassName
{
color: #CA31A8;
}
</style>
background-color css
<style>
a { background-color: #CA31A8; }
a { background-color: rgb(202,49,168); }
div.DivClassName
{
background-color: #CA31A8;
}
.BgClassName
{
background-color: #CA31A8;
}
</style>
border-color css
<style>
span { border-color: #CA31A8; }
span { border-color: rgb(202,49,168); }
td.TdClassName
{
border-color: #CA31A8;
}
.TagClassName
{
border-color: #CA31A8;
}
</style>