Shades of Medium Violet Red #CA0C86
Tints of Medium Violet Red #CA0C86
RGB
CMYK
RGB Variations
Color information
#CA0C86 (or 0xCA0C86) is known color: Medium Violet Red. HEX triplet: CA, 0C and 86. RGB value is (202,12,134). Sum of RGB (Red+Green+Blue) = 202+12+134=348 (46% of max value = 765). Red value is 202 (79.30% from 255 or 58.05% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0C86 is #35F379. Grayscale: #525252. Windows color (decimal): -3535738 or 8785098. OLE color: 8785098.
HSL color Cylindrical-coordinate representation of color #CA0C86: hue angle of 321.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA0C86 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 12 | 134 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.21 |
| HSL | 321.47º | 0.89% | 0.42% | - |
| HSV(B) | 321.47º | 0.94% | 0.79% | - |
| XYZ | 28.79 | 14.54 | 23.84 | - |
| YUV | 82.72 | 156.95 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 12 | 134 | 0 | 0.94 | 0.34 | 0.21 | 321.47 | 0.89 | 0.42 |
| Hex | CA | C | 86 | 0 | 5E | 22 | 15 | 141 | 59 | 2A |
| Octal | 312 | 14 | 206 | 0 | 136 | 42 | 25 | 501 | 131 | 52 |
| Binary | 11001010 | 1100 | 10000110 | 0 | 1011110 | 100010 | 10101 | 101000001 | 1011001 | 101010 |
Color Harmonies of #CA0C86
Complementary color
Monochromatic Colors of #CA0C86
Black with #CA0C86
Text Example
Text Example
White with #CA0C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0C86; }
p { color: rgb(202,12,134); }
H1.HeaderClassName
{
color: #CA0C86;
}
.AnyTagClassName
{
color: #CA0C86;
}
</style>
background-color css
<style>
a { background-color: #CA0C86; }
a { background-color: rgb(202,12,134); }
div.DivClassName
{
background-color: #CA0C86;
}
.BgClassName
{
background-color: #CA0C86;
}
</style>
border-color css
<style>
span { border-color: #CA0C86; }
span { border-color: rgb(202,12,134); }
td.TdClassName
{
border-color: #CA0C86;
}
.TagClassName
{
border-color: #CA0C86;
}
</style>