Shades of Medium Red Violet #CA2E87
Tints of Medium Red Violet #CA2E87
RGB
CMYK
RGB Variations
Color information
#CA2E87 (or 0xCA2E87) is known color: Medium Red Violet. HEX triplet: CA, 2E and 87. RGB value is (202,46,135). Sum of RGB (Red+Green+Blue) = 202+46+135=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 46 (18.36% from 255 or 12.01% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E87 is #35D178. Grayscale: #666666. Windows color (decimal): -3527033 or 8859338. OLE color: 8859338.
HSL color Cylindrical-coordinate representation of color #CA2E87: hue angle of 325.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E87 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 135 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.21 |
| HSL | 325.77º | 0.63% | 0.49% | - |
| HSV(B) | 325.77º | 0.77% | 0.79% | - |
| XYZ | 29.71 | 16.26 | 24.49 | - |
| YUV | 102.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 135 | 0 | 0.77 | 0.33 | 0.21 | 325.77 | 0.63 | 0.49 |
| Hex | CA | 2E | 87 | 0 | 4D | 21 | 15 | 146 | 3F | 31 |
| Octal | 312 | 56 | 207 | 0 | 115 | 41 | 25 | 506 | 77 | 61 |
| Binary | 11001010 | 101110 | 10000111 | 0 | 1001101 | 100001 | 10101 | 101000110 | 111111 | 110001 |
Color Harmonies of #CA2E87
Complementary color
Monochromatic Colors of #CA2E87
Black with #CA2E87
Text Example
Text Example
White with #CA2E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E87; }
p { color: rgb(202,46,135); }
H1.HeaderClassName
{
color: #CA2E87;
}
.AnyTagClassName
{
color: #CA2E87;
}
</style>
background-color css
<style>
a { background-color: #CA2E87; }
a { background-color: rgb(202,46,135); }
div.DivClassName
{
background-color: #CA2E87;
}
.BgClassName
{
background-color: #CA2E87;
}
</style>
border-color css
<style>
span { border-color: #CA2E87; }
span { border-color: rgb(202,46,135); }
td.TdClassName
{
border-color: #CA2E87;
}
.TagClassName
{
border-color: #CA2E87;
}
</style>