Shades of Medium Red Violet #CA2E82
Tints of Medium Red Violet #CA2E82
RGB
CMYK
RGB Variations
Color information
#CA2E82 (or 0xCA2E82) is known color: Medium Red Violet. HEX triplet: CA, 2E and 82. RGB value is (202,46,130). Sum of RGB (Red+Green+Blue) = 202+46+130=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 130 (51.17% from 255 or 34.39% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E82 is #35D17D. Grayscale: #666666. Windows color (decimal): -3527038 or 8531658. OLE color: 8531658.
HSL color Cylindrical-coordinate representation of color #CA2E82: hue angle of 327.69º 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 #CA2E82 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 130 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.21 |
| HSL | 327.69º | 0.63% | 0.49% | - |
| HSV(B) | 327.69º | 0.77% | 0.79% | - |
| XYZ | 29.36 | 16.12 | 22.68 | - |
| YUV | 102.22 | 143.68 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 130 | 0 | 0.77 | 0.36 | 0.21 | 327.69 | 0.63 | 0.49 |
| Hex | CA | 2E | 82 | 0 | 4D | 24 | 15 | 148 | 3F | 31 |
| Octal | 312 | 56 | 202 | 0 | 115 | 44 | 25 | 510 | 77 | 61 |
| Binary | 11001010 | 101110 | 10000010 | 0 | 1001101 | 100100 | 10101 | 101001000 | 111111 | 110001 |
Color Harmonies of #CA2E82
Complementary color
Monochromatic Colors of #CA2E82
Black with #CA2E82
Text Example
Text Example
White with #CA2E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E82; }
p { color: rgb(202,46,130); }
H1.HeaderClassName
{
color: #CA2E82;
}
.AnyTagClassName
{
color: #CA2E82;
}
</style>
background-color css
<style>
a { background-color: #CA2E82; }
a { background-color: rgb(202,46,130); }
div.DivClassName
{
background-color: #CA2E82;
}
.BgClassName
{
background-color: #CA2E82;
}
</style>
border-color css
<style>
span { border-color: #CA2E82; }
span { border-color: rgb(202,46,130); }
td.TdClassName
{
border-color: #CA2E82;
}
.TagClassName
{
border-color: #CA2E82;
}
</style>