Shades of Medium Red Violet #CA2A7D
Tints of Medium Red Violet #CA2A7D
RGB
CMYK
RGB Variations
Color information
#CA2A7D (or 0xCA2A7D) is known color: Medium Red Violet. HEX triplet: CA, 2A and 7D. RGB value is (202,42,125). Sum of RGB (Red+Green+Blue) = 202+42+125=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2A7D is #35D582. Grayscale: #636363. Windows color (decimal): -3528067 or 8202954. OLE color: 8202954.
HSL color Cylindrical-coordinate representation of color #CA2A7D: hue angle of 328.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2A7D is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 125 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.21 |
| HSL | 328.88º | 0.66% | 0.48% | - |
| HSV(B) | 328.88º | 0.79% | 0.79% | - |
| XYZ | 28.89 | 15.69 | 20.91 | - |
| YUV | 99.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 125 | 0 | 0.79 | 0.38 | 0.21 | 328.88 | 0.66 | 0.48 |
| Hex | CA | 2A | 7D | 0 | 4F | 26 | 15 | 149 | 42 | 30 |
| Octal | 312 | 52 | 175 | 0 | 117 | 46 | 25 | 511 | 102 | 60 |
| Binary | 11001010 | 101010 | 1111101 | 0 | 1001111 | 100110 | 10101 | 101001001 | 1000010 | 110000 |
Color Harmonies of #CA2A7D
Complementary color
Monochromatic Colors of #CA2A7D
Black with #CA2A7D
Text Example
Text Example
White with #CA2A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A7D; }
p { color: rgb(202,42,125); }
H1.HeaderClassName
{
color: #CA2A7D;
}
.AnyTagClassName
{
color: #CA2A7D;
}
</style>
background-color css
<style>
a { background-color: #CA2A7D; }
a { background-color: rgb(202,42,125); }
div.DivClassName
{
background-color: #CA2A7D;
}
.BgClassName
{
background-color: #CA2A7D;
}
</style>
border-color css
<style>
span { border-color: #CA2A7D; }
span { border-color: rgb(202,42,125); }
td.TdClassName
{
border-color: #CA2A7D;
}
.TagClassName
{
border-color: #CA2A7D;
}
</style>