Shades of Medium Violet Red #CA2086
Tints of Medium Violet Red #CA2086
RGB
CMYK
RGB Variations
Color information
#CA2086 (or 0xCA2086) is known color: Medium Violet Red. HEX triplet: CA, 20 and 86. RGB value is (202,32,134). Sum of RGB (Red+Green+Blue) = 202+32+134=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2086 is #35DF79. Grayscale: #5E5E5E. Windows color (decimal): -3530618 or 8790218. OLE color: 8790218.
HSL color Cylindrical-coordinate representation of color #CA2086: hue angle of 324º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2086 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 134 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.21 |
| HSL | 324º | 0.73% | 0.46% | - |
| HSV(B) | 324º | 0.84% | 0.79% | - |
| XYZ | 29.18 | 15.31 | 23.97 | - |
| YUV | 94.46 | 150.32 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 134 | 0 | 0.84 | 0.34 | 0.21 | 324 | 0.73 | 0.46 |
| Hex | CA | 20 | 86 | 0 | 54 | 22 | 15 | 144 | 49 | 2E |
| Octal | 312 | 40 | 206 | 0 | 124 | 42 | 25 | 504 | 111 | 56 |
| Binary | 11001010 | 100000 | 10000110 | 0 | 1010100 | 100010 | 10101 | 101000100 | 1001001 | 101110 |
Color Harmonies of #CA2086
Complementary color
Monochromatic Colors of #CA2086
Black with #CA2086
Text Example
Text Example
White with #CA2086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2086; }
p { color: rgb(202,32,134); }
H1.HeaderClassName
{
color: #CA2086;
}
.AnyTagClassName
{
color: #CA2086;
}
</style>
background-color css
<style>
a { background-color: #CA2086; }
a { background-color: rgb(202,32,134); }
div.DivClassName
{
background-color: #CA2086;
}
.BgClassName
{
background-color: #CA2086;
}
</style>
border-color css
<style>
span { border-color: #CA2086; }
span { border-color: rgb(202,32,134); }
td.TdClassName
{
border-color: #CA2086;
}
.TagClassName
{
border-color: #CA2086;
}
</style>