Shades of Medium Violet Red #CA1986
Tints of Medium Violet Red #CA1986
RGB
CMYK
RGB Variations
Color information
#CA1986 (or 0xCA1986) is known color: Medium Violet Red. HEX triplet: CA, 19 and 86. RGB value is (202,25,134). Sum of RGB (Red+Green+Blue) = 202+25+134=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1986 is #35E679. Grayscale: #5A5A5A. Windows color (decimal): -3532410 or 8788426. OLE color: 8788426.
HSL color Cylindrical-coordinate representation of color #CA1986: hue angle of 323.05º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA1986 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 134 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.21 |
| HSL | 323.05º | 0.78% | 0.45% | - |
| HSV(B) | 323.05º | 0.88% | 0.79% | - |
| XYZ | 29.01 | 14.97 | 23.92 | - |
| YUV | 90.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 134 | 0 | 0.88 | 0.34 | 0.21 | 323.05 | 0.78 | 0.45 |
| Hex | CA | 19 | 86 | 0 | 58 | 22 | 15 | 143 | 4E | 2D |
| Octal | 312 | 31 | 206 | 0 | 130 | 42 | 25 | 503 | 116 | 55 |
| Binary | 11001010 | 11001 | 10000110 | 0 | 1011000 | 100010 | 10101 | 101000011 | 1001110 | 101101 |
Color Harmonies of #CA1986
Complementary color
Monochromatic Colors of #CA1986
Black with #CA1986
Text Example
Text Example
White with #CA1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1986; }
p { color: rgb(202,25,134); }
H1.HeaderClassName
{
color: #CA1986;
}
.AnyTagClassName
{
color: #CA1986;
}
</style>
background-color css
<style>
a { background-color: #CA1986; }
a { background-color: rgb(202,25,134); }
div.DivClassName
{
background-color: #CA1986;
}
.BgClassName
{
background-color: #CA1986;
}
</style>
border-color css
<style>
span { border-color: #CA1986; }
span { border-color: rgb(202,25,134); }
td.TdClassName
{
border-color: #CA1986;
}
.TagClassName
{
border-color: #CA1986;
}
</style>