Shades of Medium Red Violet #CA2D87
Tints of Medium Red Violet #CA2D87
RGB
CMYK
RGB Variations
Color information
#CA2D87 (or 0xCA2D87) is known color: Medium Red Violet. HEX triplet: CA, 2D and 87. RGB value is (202,45,135). Sum of RGB (Red+Green+Blue) = 202+45+135=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D87 is #35D278. Grayscale: #656565. Windows color (decimal): -3527289 or 8859082. OLE color: 8859082.
HSL color Cylindrical-coordinate representation of color #CA2D87: hue angle of 325.61º 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 #CA2D87 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 135 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.21 |
| HSL | 325.61º | 0.64% | 0.48% | - |
| HSV(B) | 325.61º | 0.78% | 0.79% | - |
| XYZ | 29.67 | 16.18 | 24.48 | - |
| YUV | 102.2 | 146.51 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 135 | 0 | 0.78 | 0.33 | 0.21 | 325.61 | 0.64 | 0.48 |
| Hex | CA | 2D | 87 | 0 | 4E | 21 | 15 | 146 | 40 | 30 |
| Octal | 312 | 55 | 207 | 0 | 116 | 41 | 25 | 506 | 100 | 60 |
| Binary | 11001010 | 101101 | 10000111 | 0 | 1001110 | 100001 | 10101 | 101000110 | 1000000 | 110000 |
Color Harmonies of #CA2D87
Complementary color
Monochromatic Colors of #CA2D87
Black with #CA2D87
Text Example
Text Example
White with #CA2D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D87; }
p { color: rgb(202,45,135); }
H1.HeaderClassName
{
color: #CA2D87;
}
.AnyTagClassName
{
color: #CA2D87;
}
</style>
background-color css
<style>
a { background-color: #CA2D87; }
a { background-color: rgb(202,45,135); }
div.DivClassName
{
background-color: #CA2D87;
}
.BgClassName
{
background-color: #CA2D87;
}
</style>
border-color css
<style>
span { border-color: #CA2D87; }
span { border-color: rgb(202,45,135); }
td.TdClassName
{
border-color: #CA2D87;
}
.TagClassName
{
border-color: #CA2D87;
}
</style>