Shades of Medium Red Violet #CA2D89
Tints of Medium Red Violet #CA2D89
RGB
CMYK
RGB Variations
Color information
#CA2D89 (or 0xCA2D89) is known color: Medium Red Violet. HEX triplet: CA, 2D and 89. RGB value is (202,45,137). Sum of RGB (Red+Green+Blue) = 202+45+137=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D89 is #35D276. Grayscale: #666666. Windows color (decimal): -3527287 or 8990154. OLE color: 8990154.
HSL color Cylindrical-coordinate representation of color #CA2D89: hue angle of 324.84º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D89 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 137 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.21 |
| HSL | 324.84º | 0.64% | 0.48% | - |
| HSV(B) | 324.84º | 0.78% | 0.79% | - |
| XYZ | 29.81 | 16.24 | 25.23 | - |
| YUV | 102.43 | 147.51 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 137 | 0 | 0.78 | 0.32 | 0.21 | 324.84 | 0.64 | 0.48 |
| Hex | CA | 2D | 89 | 0 | 4E | 20 | 15 | 145 | 40 | 30 |
| Octal | 312 | 55 | 211 | 0 | 116 | 40 | 25 | 505 | 100 | 60 |
| Binary | 11001010 | 101101 | 10001001 | 0 | 1001110 | 100000 | 10101 | 101000101 | 1000000 | 110000 |
Color Harmonies of #CA2D89
Complementary color
Monochromatic Colors of #CA2D89
Black with #CA2D89
Text Example
Text Example
White with #CA2D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D89; }
p { color: rgb(202,45,137); }
H1.HeaderClassName
{
color: #CA2D89;
}
.AnyTagClassName
{
color: #CA2D89;
}
</style>
background-color css
<style>
a { background-color: #CA2D89; }
a { background-color: rgb(202,45,137); }
div.DivClassName
{
background-color: #CA2D89;
}
.BgClassName
{
background-color: #CA2D89;
}
</style>
border-color css
<style>
span { border-color: #CA2D89; }
span { border-color: rgb(202,45,137); }
td.TdClassName
{
border-color: #CA2D89;
}
.TagClassName
{
border-color: #CA2D89;
}
</style>