Shades of Medium Red Violet #C22671
Tints of Medium Red Violet #C22671
RGB
CMYK
RGB Variations
Color information
#C22671 (or 0xC22671) is known color: Medium Red Violet. HEX triplet: C2, 26 and 71. RGB value is (194,38,113). Sum of RGB (Red+Green+Blue) = 194+38+113=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C22671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22671 is #3DD98E. Grayscale: #5D5D5D. Windows color (decimal): -4053391 or 7415490. OLE color: 7415490.
HSL color Cylindrical-coordinate representation of color #C22671: hue angle of 331.15º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22671 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 113 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.24 |
| HSL | 331.15º | 0.67% | 0.45% | - |
| HSV(B) | 331.15º | 0.8% | 0.76% | - |
| XYZ | 25.92 | 14.05 | 16.97 | - |
| YUV | 93.19 | 139.18 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 113 | 0 | 0.80 | 0.42 | 0.24 | 331.15 | 0.67 | 0.45 |
| Hex | C2 | 26 | 71 | 0 | 50 | 2A | 18 | 14B | 43 | 2D |
| Octal | 302 | 46 | 161 | 0 | 120 | 52 | 30 | 513 | 103 | 55 |
| Binary | 11000010 | 100110 | 1110001 | 0 | 1010000 | 101010 | 11000 | 101001011 | 1000011 | 101101 |
Color Harmonies of #C22671
Complementary color
Monochromatic Colors of #C22671
Black with #C22671
Text Example
Text Example
White with #C22671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22671; }
p { color: rgb(194,38,113); }
H1.HeaderClassName
{
color: #C22671;
}
.AnyTagClassName
{
color: #C22671;
}
</style>
background-color css
<style>
a { background-color: #C22671; }
a { background-color: rgb(194,38,113); }
div.DivClassName
{
background-color: #C22671;
}
.BgClassName
{
background-color: #C22671;
}
</style>
border-color css
<style>
span { border-color: #C22671; }
span { border-color: rgb(194,38,113); }
td.TdClassName
{
border-color: #C22671;
}
.TagClassName
{
border-color: #C22671;
}
</style>