Shades of Medium Red Violet #CA319A
Tints of Medium Red Violet #CA319A
RGB
CMYK
RGB Variations
Color information
#CA319A (or 0xCA319A) is known color: Medium Red Violet. HEX triplet: CA, 31 and 9A. RGB value is (202,49,154). Sum of RGB (Red+Green+Blue) = 202+49+154=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA319A is #35CE65. Grayscale: #6A6A6A. Windows color (decimal): -3526246 or 10105290. OLE color: 10105290.
HSL color Cylindrical-coordinate representation of color #CA319A: hue angle of 318.82º 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 #CA319A is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 154 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.21 |
| HSL | 318.82º | 0.61% | 0.49% | - |
| HSV(B) | 318.82º | 0.76% | 0.79% | - |
| XYZ | 31.29 | 17.09 | 32.22 | - |
| YUV | 106.72 | 154.69 | 195.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 154 | 0 | 0.76 | 0.24 | 0.21 | 318.82 | 0.61 | 0.49 |
| Hex | CA | 31 | 9A | 0 | 4C | 18 | 15 | 13F | 3D | 31 |
| Octal | 312 | 61 | 232 | 0 | 114 | 30 | 25 | 477 | 75 | 61 |
| Binary | 11001010 | 110001 | 10011010 | 0 | 1001100 | 11000 | 10101 | 100111111 | 111101 | 110001 |
Color Harmonies of #CA319A
Complementary color
Monochromatic Colors of #CA319A
Black with #CA319A
Text Example
Text Example
White with #CA319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA319A; }
p { color: rgb(202,49,154); }
H1.HeaderClassName
{
color: #CA319A;
}
.AnyTagClassName
{
color: #CA319A;
}
</style>
background-color css
<style>
a { background-color: #CA319A; }
a { background-color: rgb(202,49,154); }
div.DivClassName
{
background-color: #CA319A;
}
.BgClassName
{
background-color: #CA319A;
}
</style>
border-color css
<style>
span { border-color: #CA319A; }
span { border-color: rgb(202,49,154); }
td.TdClassName
{
border-color: #CA319A;
}
.TagClassName
{
border-color: #CA319A;
}
</style>