Shades of Medium Red Violet #C22579
Tints of Medium Red Violet #C22579
RGB
CMYK
RGB Variations
Color information
#C22579 (or 0xC22579) is known color: Medium Red Violet. HEX triplet: C2, 25 and 79. RGB value is (194,37,121). Sum of RGB (Red+Green+Blue) = 194+37+121=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C22579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22579 is #3DDA86. Grayscale: #5D5D5D. Windows color (decimal): -4053639 or 7939522. OLE color: 7939522.
HSL color Cylindrical-coordinate representation of color #C22579: hue angle of 327.9º 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 #C22579 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 121 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.24 |
| HSL | 327.9º | 0.68% | 0.45% | - |
| HSV(B) | 327.9º | 0.81% | 0.76% | - |
| XYZ | 26.36 | 14.17 | 19.44 | - |
| YUV | 93.52 | 143.51 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 121 | 0 | 0.81 | 0.38 | 0.24 | 327.9 | 0.68 | 0.45 |
| Hex | C2 | 25 | 79 | 0 | 51 | 26 | 18 | 148 | 44 | 2D |
| Octal | 302 | 45 | 171 | 0 | 121 | 46 | 30 | 510 | 104 | 55 |
| Binary | 11000010 | 100101 | 1111001 | 0 | 1010001 | 100110 | 11000 | 101001000 | 1000100 | 101101 |
Color Harmonies of #C22579
Complementary color
Monochromatic Colors of #C22579
Black with #C22579
Text Example
Text Example
White with #C22579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22579; }
p { color: rgb(194,37,121); }
H1.HeaderClassName
{
color: #C22579;
}
.AnyTagClassName
{
color: #C22579;
}
</style>
background-color css
<style>
a { background-color: #C22579; }
a { background-color: rgb(194,37,121); }
div.DivClassName
{
background-color: #C22579;
}
.BgClassName
{
background-color: #C22579;
}
</style>
border-color css
<style>
span { border-color: #C22579; }
span { border-color: rgb(194,37,121); }
td.TdClassName
{
border-color: #C22579;
}
.TagClassName
{
border-color: #C22579;
}
</style>