Shades of Medium Red Violet #C22695
Tints of Medium Red Violet #C22695
RGB
CMYK
RGB Variations
Color information
#C22695 (or 0xC22695) is known color: Medium Red Violet. HEX triplet: C2, 26 and 95. RGB value is (194,38,149). Sum of RGB (Red+Green+Blue) = 194+38+149=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C22695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22695 is #3DD96A. Grayscale: #616161. Windows color (decimal): -4053355 or 9774786. OLE color: 9774786.
HSL color Cylindrical-coordinate representation of color #C22695: hue angle of 317.31º 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 #C22695 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 38 | 149 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.24 |
| HSL | 317.31º | 0.67% | 0.45% | - |
| HSV(B) | 317.31º | 0.8% | 0.76% | - |
| XYZ | 28.37 | 15.03 | 29.84 | - |
| YUV | 97.3 | 157.18 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 38 | 149 | 0 | 0.80 | 0.23 | 0.24 | 317.31 | 0.67 | 0.45 |
| Hex | C2 | 26 | 95 | 0 | 50 | 17 | 18 | 13D | 43 | 2D |
| Octal | 302 | 46 | 225 | 0 | 120 | 27 | 30 | 475 | 103 | 55 |
| Binary | 11000010 | 100110 | 10010101 | 0 | 1010000 | 10111 | 11000 | 100111101 | 1000011 | 101101 |
Color Harmonies of #C22695
Complementary color
Monochromatic Colors of #C22695
Black with #C22695
Text Example
Text Example
White with #C22695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22695; }
p { color: rgb(194,38,149); }
H1.HeaderClassName
{
color: #C22695;
}
.AnyTagClassName
{
color: #C22695;
}
</style>
background-color css
<style>
a { background-color: #C22695; }
a { background-color: rgb(194,38,149); }
div.DivClassName
{
background-color: #C22695;
}
.BgClassName
{
background-color: #C22695;
}
</style>
border-color css
<style>
span { border-color: #C22695; }
span { border-color: rgb(194,38,149); }
td.TdClassName
{
border-color: #C22695;
}
.TagClassName
{
border-color: #C22695;
}
</style>