Shades of Medium Red Violet #CA2B86
Tints of Medium Red Violet #CA2B86
RGB
CMYK
RGB Variations
Color information
#CA2B86 (or 0xCA2B86) is known color: Medium Red Violet. HEX triplet: CA, 2B and 86. RGB value is (202,43,134). Sum of RGB (Red+Green+Blue) = 202+43+134=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2B86 is #35D479. Grayscale: #646464. Windows color (decimal): -3527802 or 8793034. OLE color: 8793034.
HSL color Cylindrical-coordinate representation of color #CA2B86: hue angle of 325.66º 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 #CA2B86 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 134 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.21 |
| HSL | 325.66º | 0.65% | 0.48% | - |
| HSV(B) | 325.66º | 0.79% | 0.79% | - |
| XYZ | 29.52 | 16.01 | 24.09 | - |
| YUV | 100.92 | 146.68 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 134 | 0 | 0.79 | 0.34 | 0.21 | 325.66 | 0.65 | 0.48 |
| Hex | CA | 2B | 86 | 0 | 4F | 22 | 15 | 146 | 41 | 30 |
| Octal | 312 | 53 | 206 | 0 | 117 | 42 | 25 | 506 | 101 | 60 |
| Binary | 11001010 | 101011 | 10000110 | 0 | 1001111 | 100010 | 10101 | 101000110 | 1000001 | 110000 |
Color Harmonies of #CA2B86
Complementary color
Monochromatic Colors of #CA2B86
Black with #CA2B86
Text Example
Text Example
White with #CA2B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B86; }
p { color: rgb(202,43,134); }
H1.HeaderClassName
{
color: #CA2B86;
}
.AnyTagClassName
{
color: #CA2B86;
}
</style>
background-color css
<style>
a { background-color: #CA2B86; }
a { background-color: rgb(202,43,134); }
div.DivClassName
{
background-color: #CA2B86;
}
.BgClassName
{
background-color: #CA2B86;
}
</style>
border-color css
<style>
span { border-color: #CA2B86; }
span { border-color: rgb(202,43,134); }
td.TdClassName
{
border-color: #CA2B86;
}
.TagClassName
{
border-color: #CA2B86;
}
</style>