Shades of Medium Red Violet #CA2A86
Tints of Medium Red Violet #CA2A86
RGB
CMYK
RGB Variations
Color information
#CA2A86 (or 0xCA2A86) is known color: Medium Red Violet. HEX triplet: CA, 2A and 86. RGB value is (202,42,134). Sum of RGB (Red+Green+Blue) = 202+42+134=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A86 is #35D579. Grayscale: #646464. Windows color (decimal): -3528058 or 8792778. OLE color: 8792778.
HSL color Cylindrical-coordinate representation of color #CA2A86: hue angle of 325.5º 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 #CA2A86 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 134 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.21 |
| HSL | 325.5º | 0.66% | 0.48% | - |
| HSV(B) | 325.5º | 0.79% | 0.79% | - |
| XYZ | 29.49 | 15.93 | 24.08 | - |
| YUV | 100.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 134 | 0 | 0.79 | 0.34 | 0.21 | 325.5 | 0.66 | 0.48 |
| Hex | CA | 2A | 86 | 0 | 4F | 22 | 15 | 146 | 42 | 30 |
| Octal | 312 | 52 | 206 | 0 | 117 | 42 | 25 | 506 | 102 | 60 |
| Binary | 11001010 | 101010 | 10000110 | 0 | 1001111 | 100010 | 10101 | 101000110 | 1000010 | 110000 |
Color Harmonies of #CA2A86
Complementary color
Monochromatic Colors of #CA2A86
Black with #CA2A86
Text Example
Text Example
White with #CA2A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A86; }
p { color: rgb(202,42,134); }
H1.HeaderClassName
{
color: #CA2A86;
}
.AnyTagClassName
{
color: #CA2A86;
}
</style>
background-color css
<style>
a { background-color: #CA2A86; }
a { background-color: rgb(202,42,134); }
div.DivClassName
{
background-color: #CA2A86;
}
.BgClassName
{
background-color: #CA2A86;
}
</style>
border-color css
<style>
span { border-color: #CA2A86; }
span { border-color: rgb(202,42,134); }
td.TdClassName
{
border-color: #CA2A86;
}
.TagClassName
{
border-color: #CA2A86;
}
</style>