Shades of Medium Red Violet #CA319E
Tints of Medium Red Violet #CA319E
RGB
CMYK
RGB Variations
Color information
#CA319E (or 0xCA319E) is known color: Medium Red Violet. HEX triplet: CA, 31 and 9E. RGB value is (202,49,158). Sum of RGB (Red+Green+Blue) = 202+49+158=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 158 (62.11% from 255 or 38.63% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA319E is #35CE61. Grayscale: #6A6A6A. Windows color (decimal): -3526242 or 10367434. OLE color: 10367434.
HSL color Cylindrical-coordinate representation of color #CA319E: hue angle of 317.25º 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 #CA319E is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 158 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.21 |
| HSL | 317.25º | 0.61% | 0.49% | - |
| HSV(B) | 317.25º | 0.76% | 0.79% | - |
| XYZ | 31.63 | 17.22 | 34 | - |
| YUV | 107.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 158 | 0 | 0.76 | 0.22 | 0.21 | 317.25 | 0.61 | 0.49 |
| Hex | CA | 31 | 9E | 0 | 4C | 16 | 15 | 13D | 3D | 31 |
| Octal | 312 | 61 | 236 | 0 | 114 | 26 | 25 | 475 | 75 | 61 |
| Binary | 11001010 | 110001 | 10011110 | 0 | 1001100 | 10110 | 10101 | 100111101 | 111101 | 110001 |
Color Harmonies of #CA319E
Complementary color
Monochromatic Colors of #CA319E
Black with #CA319E
Text Example
Text Example
White with #CA319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA319E; }
p { color: rgb(202,49,158); }
H1.HeaderClassName
{
color: #CA319E;
}
.AnyTagClassName
{
color: #CA319E;
}
</style>
background-color css
<style>
a { background-color: #CA319E; }
a { background-color: rgb(202,49,158); }
div.DivClassName
{
background-color: #CA319E;
}
.BgClassName
{
background-color: #CA319E;
}
</style>
border-color css
<style>
span { border-color: #CA319E; }
span { border-color: rgb(202,49,158); }
td.TdClassName
{
border-color: #CA319E;
}
.TagClassName
{
border-color: #CA319E;
}
</style>