Shades of Medium Red Violet #C22986
Tints of Medium Red Violet #C22986
RGB
CMYK
RGB Variations
Color information
#C22986 (or 0xC22986) is known color: Medium Red Violet. HEX triplet: C2, 29 and 86. RGB value is (194,41,134). Sum of RGB (Red+Green+Blue) = 194+41+134=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C22986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22986 is #3DD679. Grayscale: #616161. Windows color (decimal): -4052602 or 8792514. OLE color: 8792514.
HSL color Cylindrical-coordinate representation of color #C22986: hue angle of 323.53º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22986 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 134 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.24 |
| HSL | 323.53º | 0.65% | 0.46% | - |
| HSV(B) | 323.53º | 0.79% | 0.76% | - |
| XYZ | 27.34 | 14.78 | 23.97 | - |
| YUV | 97.35 | 148.69 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 134 | 0 | 0.79 | 0.31 | 0.24 | 323.53 | 0.65 | 0.46 |
| Hex | C2 | 29 | 86 | 0 | 4F | 1F | 18 | 144 | 41 | 2E |
| Octal | 302 | 51 | 206 | 0 | 117 | 37 | 30 | 504 | 101 | 56 |
| Binary | 11000010 | 101001 | 10000110 | 0 | 1001111 | 11111 | 11000 | 101000100 | 1000001 | 101110 |
Color Harmonies of #C22986
Complementary color
Monochromatic Colors of #C22986
Black with #C22986
Text Example
Text Example
White with #C22986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22986; }
p { color: rgb(194,41,134); }
H1.HeaderClassName
{
color: #C22986;
}
.AnyTagClassName
{
color: #C22986;
}
</style>
background-color css
<style>
a { background-color: #C22986; }
a { background-color: rgb(194,41,134); }
div.DivClassName
{
background-color: #C22986;
}
.BgClassName
{
background-color: #C22986;
}
</style>
border-color css
<style>
span { border-color: #C22986; }
span { border-color: rgb(194,41,134); }
td.TdClassName
{
border-color: #C22986;
}
.TagClassName
{
border-color: #C22986;
}
</style>