Shades of Medium Red Violet #CA3389
Tints of Medium Red Violet #CA3389
RGB
CMYK
RGB Variations
Color information
#CA3389 (or 0xCA3389) is known color: Medium Red Violet. HEX triplet: CA, 33 and 89. RGB value is (202,51,137). Sum of RGB (Red+Green+Blue) = 202+51+137=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3389 is #35CC76. Grayscale: #696969. Windows color (decimal): -3525751 or 8991690. OLE color: 8991690.
HSL color Cylindrical-coordinate representation of color #CA3389: hue angle of 325.83º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3389 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 51 | 137 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.21 |
| HSL | 325.83º | 0.6% | 0.5% | - |
| HSV(B) | 325.83º | 0.75% | 0.79% | - |
| XYZ | 30.06 | 16.73 | 25.31 | - |
| YUV | 105.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 137 | 0 | 0.75 | 0.32 | 0.21 | 325.83 | 0.6 | 0.5 |
| Hex | CA | 33 | 89 | 0 | 4B | 20 | 15 | 146 | 3C | 32 |
| Octal | 312 | 63 | 211 | 0 | 113 | 40 | 25 | 506 | 74 | 62 |
| Binary | 11001010 | 110011 | 10001001 | 0 | 1001011 | 100000 | 10101 | 101000110 | 111100 | 110010 |
Color Harmonies of #CA3389
Complementary color
Monochromatic Colors of #CA3389
Black with #CA3389
Text Example
Text Example
White with #CA3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3389; }
p { color: rgb(202,51,137); }
H1.HeaderClassName
{
color: #CA3389;
}
.AnyTagClassName
{
color: #CA3389;
}
</style>
background-color css
<style>
a { background-color: #CA3389; }
a { background-color: rgb(202,51,137); }
div.DivClassName
{
background-color: #CA3389;
}
.BgClassName
{
background-color: #CA3389;
}
</style>
border-color css
<style>
span { border-color: #CA3389; }
span { border-color: rgb(202,51,137); }
td.TdClassName
{
border-color: #CA3389;
}
.TagClassName
{
border-color: #CA3389;
}
</style>