Shades of Medium Red Violet #CA2D7F
Tints of Medium Red Violet #CA2D7F
RGB
CMYK
RGB Variations
Color information
#CA2D7F (or 0xCA2D7F) is known color: Medium Red Violet. HEX triplet: CA, 2D and 7F. RGB value is (202,45,127). Sum of RGB (Red+Green+Blue) = 202+45+127=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2D7F is #35D280. Grayscale: #656565. Windows color (decimal): -3527297 or 8334794. OLE color: 8334794.
HSL color Cylindrical-coordinate representation of color #CA2D7F: hue angle of 328.66º 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 #CA2D7F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 127 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.21 |
| HSL | 328.66º | 0.64% | 0.48% | - |
| HSV(B) | 328.66º | 0.78% | 0.79% | - |
| XYZ | 29.13 | 15.97 | 21.63 | - |
| YUV | 101.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 127 | 0 | 0.78 | 0.37 | 0.21 | 328.66 | 0.64 | 0.48 |
| Hex | CA | 2D | 7F | 0 | 4E | 25 | 15 | 149 | 40 | 30 |
| Octal | 312 | 55 | 177 | 0 | 116 | 45 | 25 | 511 | 100 | 60 |
| Binary | 11001010 | 101101 | 1111111 | 0 | 1001110 | 100101 | 10101 | 101001001 | 1000000 | 110000 |
Color Harmonies of #CA2D7F
Complementary color
Monochromatic Colors of #CA2D7F
Black with #CA2D7F
Text Example
Text Example
White with #CA2D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D7F; }
p { color: rgb(202,45,127); }
H1.HeaderClassName
{
color: #CA2D7F;
}
.AnyTagClassName
{
color: #CA2D7F;
}
</style>
background-color css
<style>
a { background-color: #CA2D7F; }
a { background-color: rgb(202,45,127); }
div.DivClassName
{
background-color: #CA2D7F;
}
.BgClassName
{
background-color: #CA2D7F;
}
</style>
border-color css
<style>
span { border-color: #CA2D7F; }
span { border-color: rgb(202,45,127); }
td.TdClassName
{
border-color: #CA2D7F;
}
.TagClassName
{
border-color: #CA2D7F;
}
</style>