Shades of Medium Red Violet #CA2B7E
Tints of Medium Red Violet #CA2B7E
RGB
CMYK
RGB Variations
Color information
#CA2B7E (or 0xCA2B7E) is known color: Medium Red Violet. HEX triplet: CA, 2B and 7E. RGB value is (202,43,126). Sum of RGB (Red+Green+Blue) = 202+43+126=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 43 (17.19% from 255 or 11.59% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2B7E is #35D481. Grayscale: #636363. Windows color (decimal): -3527810 or 8268746. OLE color: 8268746.
HSL color Cylindrical-coordinate representation of color #CA2B7E: hue angle of 328.68º degrees, saturation: 0.65, 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 #CA2B7E is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 126 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.21 |
| HSL | 328.68º | 0.65% | 0.48% | - |
| HSV(B) | 328.68º | 0.79% | 0.79% | - |
| XYZ | 28.99 | 15.79 | 21.26 | - |
| YUV | 100 | 142.68 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 126 | 0 | 0.79 | 0.38 | 0.21 | 328.68 | 0.65 | 0.48 |
| Hex | CA | 2B | 7E | 0 | 4F | 26 | 15 | 149 | 41 | 30 |
| Octal | 312 | 53 | 176 | 0 | 117 | 46 | 25 | 511 | 101 | 60 |
| Binary | 11001010 | 101011 | 1111110 | 0 | 1001111 | 100110 | 10101 | 101001001 | 1000001 | 110000 |
Color Harmonies of #CA2B7E
Complementary color
Monochromatic Colors of #CA2B7E
Black with #CA2B7E
Text Example
Text Example
White with #CA2B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B7E; }
p { color: rgb(202,43,126); }
H1.HeaderClassName
{
color: #CA2B7E;
}
.AnyTagClassName
{
color: #CA2B7E;
}
</style>
background-color css
<style>
a { background-color: #CA2B7E; }
a { background-color: rgb(202,43,126); }
div.DivClassName
{
background-color: #CA2B7E;
}
.BgClassName
{
background-color: #CA2B7E;
}
</style>
border-color css
<style>
span { border-color: #CA2B7E; }
span { border-color: rgb(202,43,126); }
td.TdClassName
{
border-color: #CA2B7E;
}
.TagClassName
{
border-color: #CA2B7E;
}
</style>