Shades of Medium Red Violet #C22586
Tints of Medium Red Violet #C22586
RGB
CMYK
RGB Variations
Color information
#C22586 (or 0xC22586) is known color: Medium Red Violet. HEX triplet: C2, 25 and 86. RGB value is (194,37,134). Sum of RGB (Red+Green+Blue) = 194+37+134=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C22586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22586 is #3DDA79. Grayscale: #5E5E5E. Windows color (decimal): -4053626 or 8791490. OLE color: 8791490.
HSL color Cylindrical-coordinate representation of color #C22586: hue angle of 322.93º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22586 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 134 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.24 |
| HSL | 322.93º | 0.68% | 0.45% | - |
| HSV(B) | 322.93º | 0.81% | 0.76% | - |
| XYZ | 27.21 | 14.51 | 23.92 | - |
| YUV | 95 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 134 | 0 | 0.81 | 0.31 | 0.24 | 322.93 | 0.68 | 0.45 |
| Hex | C2 | 25 | 86 | 0 | 51 | 1F | 18 | 143 | 44 | 2D |
| Octal | 302 | 45 | 206 | 0 | 121 | 37 | 30 | 503 | 104 | 55 |
| Binary | 11000010 | 100101 | 10000110 | 0 | 1010001 | 11111 | 11000 | 101000011 | 1000100 | 101101 |
Color Harmonies of #C22586
Complementary color
Monochromatic Colors of #C22586
Black with #C22586
Text Example
Text Example
White with #C22586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22586; }
p { color: rgb(194,37,134); }
H1.HeaderClassName
{
color: #C22586;
}
.AnyTagClassName
{
color: #C22586;
}
</style>
background-color css
<style>
a { background-color: #C22586; }
a { background-color: rgb(194,37,134); }
div.DivClassName
{
background-color: #C22586;
}
.BgClassName
{
background-color: #C22586;
}
</style>
border-color css
<style>
span { border-color: #C22586; }
span { border-color: rgb(194,37,134); }
td.TdClassName
{
border-color: #C22586;
}
.TagClassName
{
border-color: #C22586;
}
</style>