Shades of Medium Red Violet #CA3289
Tints of Medium Red Violet #CA3289
RGB
CMYK
RGB Variations
Color information
#CA3289 (or 0xCA3289) is known color: Medium Red Violet. HEX triplet: CA, 32 and 89. RGB value is (202,50,137). Sum of RGB (Red+Green+Blue) = 202+50+137=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3289 is #35CD76. Grayscale: #696969. Windows color (decimal): -3526007 or 8991434. OLE color: 8991434.
HSL color Cylindrical-coordinate representation of color #CA3289: hue angle of 325.66º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3289 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 137 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.21 |
| HSL | 325.66º | 0.6% | 0.49% | - |
| HSV(B) | 325.66º | 0.75% | 0.79% | - |
| XYZ | 30.01 | 16.64 | 25.3 | - |
| YUV | 105.37 | 145.86 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 137 | 0 | 0.75 | 0.32 | 0.21 | 325.66 | 0.6 | 0.49 |
| Hex | CA | 32 | 89 | 0 | 4B | 20 | 15 | 146 | 3C | 31 |
| Octal | 312 | 62 | 211 | 0 | 113 | 40 | 25 | 506 | 74 | 61 |
| Binary | 11001010 | 110010 | 10001001 | 0 | 1001011 | 100000 | 10101 | 101000110 | 111100 | 110001 |
Color Harmonies of #CA3289
Complementary color
Monochromatic Colors of #CA3289
Black with #CA3289
Text Example
Text Example
White with #CA3289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3289; }
p { color: rgb(202,50,137); }
H1.HeaderClassName
{
color: #CA3289;
}
.AnyTagClassName
{
color: #CA3289;
}
</style>
background-color css
<style>
a { background-color: #CA3289; }
a { background-color: rgb(202,50,137); }
div.DivClassName
{
background-color: #CA3289;
}
.BgClassName
{
background-color: #CA3289;
}
</style>
border-color css
<style>
span { border-color: #CA3289; }
span { border-color: rgb(202,50,137); }
td.TdClassName
{
border-color: #CA3289;
}
.TagClassName
{
border-color: #CA3289;
}
</style>