Shades of Medium Violet Red #C22175
Tints of Medium Violet Red #C22175
RGB
CMYK
RGB Variations
Color information
#C22175 (or 0xC22175) is known color: Medium Violet Red. HEX triplet: C2, 21 and 75. RGB value is (194,33,117). Sum of RGB (Red+Green+Blue) = 194+33+117=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C22175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22175 is #3DDE8A. Grayscale: #5A5A5A. Windows color (decimal): -4054667 or 7676354. OLE color: 7676354.
HSL color Cylindrical-coordinate representation of color #C22175: hue angle of 328.7º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22175 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 117 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.24 |
| HSL | 328.7º | 0.71% | 0.45% | - |
| HSV(B) | 328.7º | 0.83% | 0.76% | - |
| XYZ | 26 | 13.84 | 18.13 | - |
| YUV | 90.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 117 | 0 | 0.83 | 0.40 | 0.24 | 328.7 | 0.71 | 0.45 |
| Hex | C2 | 21 | 75 | 0 | 53 | 28 | 18 | 149 | 47 | 2D |
| Octal | 302 | 41 | 165 | 0 | 123 | 50 | 30 | 511 | 107 | 55 |
| Binary | 11000010 | 100001 | 1110101 | 0 | 1010011 | 101000 | 11000 | 101001001 | 1000111 | 101101 |
Color Harmonies of #C22175
Complementary color
Monochromatic Colors of #C22175
Black with #C22175
Text Example
Text Example
White with #C22175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22175; }
p { color: rgb(194,33,117); }
H1.HeaderClassName
{
color: #C22175;
}
.AnyTagClassName
{
color: #C22175;
}
</style>
background-color css
<style>
a { background-color: #C22175; }
a { background-color: rgb(194,33,117); }
div.DivClassName
{
background-color: #C22175;
}
.BgClassName
{
background-color: #C22175;
}
</style>
border-color css
<style>
span { border-color: #C22175; }
span { border-color: rgb(194,33,117); }
td.TdClassName
{
border-color: #C22175;
}
.TagClassName
{
border-color: #C22175;
}
</style>