Shades of Medium Red Violet #CA3A86
Tints of Medium Red Violet #CA3A86
RGB
CMYK
RGB Variations
Color information
#CA3A86 (or 0xCA3A86) is known color: Medium Red Violet. HEX triplet: CA, 3A and 86. RGB value is (202,58,134). Sum of RGB (Red+Green+Blue) = 202+58+134=394 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.27% from 394); Green value is 58 (23.05% from 255 or 14.72% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3A86 is #35C579. Grayscale: #6D6D6D. Windows color (decimal): -3523962 or 8796874. OLE color: 8796874.
HSL color Cylindrical-coordinate representation of color #CA3A86: hue angle of 328.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3A86 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 134 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.21 |
| HSL | 328.33º | 0.58% | 0.51% | - |
| HSV(B) | 328.33º | 0.71% | 0.79% | - |
| XYZ | 30.17 | 17.3 | 24.3 | - |
| YUV | 109.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 134 | 0 | 0.71 | 0.34 | 0.21 | 328.33 | 0.58 | 0.51 |
| Hex | CA | 3A | 86 | 0 | 47 | 22 | 15 | 148 | 3A | 33 |
| Octal | 312 | 72 | 206 | 0 | 107 | 42 | 25 | 510 | 72 | 63 |
| Binary | 11001010 | 111010 | 10000110 | 0 | 1000111 | 100010 | 10101 | 101001000 | 111010 | 110011 |
Color Harmonies of #CA3A86
Complementary color
Monochromatic Colors of #CA3A86
Black with #CA3A86
Text Example
Text Example
White with #CA3A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A86; }
p { color: rgb(202,58,134); }
H1.HeaderClassName
{
color: #CA3A86;
}
.AnyTagClassName
{
color: #CA3A86;
}
</style>
background-color css
<style>
a { background-color: #CA3A86; }
a { background-color: rgb(202,58,134); }
div.DivClassName
{
background-color: #CA3A86;
}
.BgClassName
{
background-color: #CA3A86;
}
</style>
border-color css
<style>
span { border-color: #CA3A86; }
span { border-color: rgb(202,58,134); }
td.TdClassName
{
border-color: #CA3A86;
}
.TagClassName
{
border-color: #CA3A86;
}
</style>