Shades of Medium Red Violet #CA3189
Tints of Medium Red Violet #CA3189
RGB
CMYK
RGB Variations
Color information
#CA3189 (or 0xCA3189) is known color: Medium Red Violet. HEX triplet: CA, 31 and 89. RGB value is (202,49,137). Sum of RGB (Red+Green+Blue) = 202+49+137=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3189 is #35CE76. Grayscale: #686868. Windows color (decimal): -3526263 or 8991178. OLE color: 8991178.
HSL color Cylindrical-coordinate representation of color #CA3189: hue angle of 325.49º 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 #CA3189 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 49 | 137 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.21 |
| HSL | 325.49º | 0.61% | 0.49% | - |
| HSV(B) | 325.49º | 0.76% | 0.79% | - |
| XYZ | 29.97 | 16.56 | 25.28 | - |
| YUV | 104.78 | 146.19 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 49 | 137 | 0 | 0.76 | 0.32 | 0.21 | 325.49 | 0.61 | 0.49 |
| Hex | CA | 31 | 89 | 0 | 4C | 20 | 15 | 145 | 3D | 31 |
| Octal | 312 | 61 | 211 | 0 | 114 | 40 | 25 | 505 | 75 | 61 |
| Binary | 11001010 | 110001 | 10001001 | 0 | 1001100 | 100000 | 10101 | 101000101 | 111101 | 110001 |
Color Harmonies of #CA3189
Complementary color
Monochromatic Colors of #CA3189
Black with #CA3189
Text Example
Text Example
White with #CA3189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3189; }
p { color: rgb(202,49,137); }
H1.HeaderClassName
{
color: #CA3189;
}
.AnyTagClassName
{
color: #CA3189;
}
</style>
background-color css
<style>
a { background-color: #CA3189; }
a { background-color: rgb(202,49,137); }
div.DivClassName
{
background-color: #CA3189;
}
.BgClassName
{
background-color: #CA3189;
}
</style>
border-color css
<style>
span { border-color: #CA3189; }
span { border-color: rgb(202,49,137); }
td.TdClassName
{
border-color: #CA3189;
}
.TagClassName
{
border-color: #CA3189;
}
</style>