Shades of Medium Violet Red #CA0E86
Tints of Medium Violet Red #CA0E86
RGB
CMYK
RGB Variations
Color information
#CA0E86 (or 0xCA0E86) is known color: Medium Violet Red. HEX triplet: CA, 0E and 86. RGB value is (202,14,134). Sum of RGB (Red+Green+Blue) = 202+14+134=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 14 (5.86% from 255 or 4% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0E86 is #35F179. Grayscale: #535353. Windows color (decimal): -3535226 or 8785610. OLE color: 8785610.
HSL color Cylindrical-coordinate representation of color #CA0E86: hue angle of 321.7º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E86 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 14 | 134 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.21 |
| HSL | 321.7º | 0.87% | 0.42% | - |
| HSV(B) | 321.7º | 0.93% | 0.79% | - |
| XYZ | 28.82 | 14.59 | 23.85 | - |
| YUV | 83.89 | 156.28 | 212.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 14 | 134 | 0 | 0.93 | 0.34 | 0.21 | 321.7 | 0.87 | 0.42 |
| Hex | CA | E | 86 | 0 | 5D | 22 | 15 | 142 | 57 | 2A |
| Octal | 312 | 16 | 206 | 0 | 135 | 42 | 25 | 502 | 127 | 52 |
| Binary | 11001010 | 1110 | 10000110 | 0 | 1011101 | 100010 | 10101 | 101000010 | 1010111 | 101010 |
Color Harmonies of #CA0E86
Complementary color
Monochromatic Colors of #CA0E86
Black with #CA0E86
Text Example
Text Example
White with #CA0E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0E86; }
p { color: rgb(202,14,134); }
H1.HeaderClassName
{
color: #CA0E86;
}
.AnyTagClassName
{
color: #CA0E86;
}
</style>
background-color css
<style>
a { background-color: #CA0E86; }
a { background-color: rgb(202,14,134); }
div.DivClassName
{
background-color: #CA0E86;
}
.BgClassName
{
background-color: #CA0E86;
}
</style>
border-color css
<style>
span { border-color: #CA0E86; }
span { border-color: rgb(202,14,134); }
td.TdClassName
{
border-color: #CA0E86;
}
.TagClassName
{
border-color: #CA0E86;
}
</style>