Shades of Medium Violet Red #C22275
Tints of Medium Violet Red #C22275
RGB
CMYK
RGB Variations
Color information
#C22275 (or 0xC22275) is known color: Medium Violet Red. HEX triplet: C2, 22 and 75. RGB value is (194,34,117). Sum of RGB (Red+Green+Blue) = 194+34+117=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C22275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22275 is #3DDD8A. Grayscale: #5B5B5B. Windows color (decimal): -4054411 or 7676610. OLE color: 7676610.
HSL color Cylindrical-coordinate representation of color #C22275: hue angle of 328.88º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22275 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 117 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.24 |
| HSL | 328.88º | 0.7% | 0.45% | - |
| HSV(B) | 328.88º | 0.82% | 0.76% | - |
| XYZ | 26.03 | 13.9 | 18.14 | - |
| YUV | 91.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 117 | 0 | 0.82 | 0.40 | 0.24 | 328.88 | 0.7 | 0.45 |
| Hex | C2 | 22 | 75 | 0 | 52 | 28 | 18 | 149 | 46 | 2D |
| Octal | 302 | 42 | 165 | 0 | 122 | 50 | 30 | 511 | 106 | 55 |
| Binary | 11000010 | 100010 | 1110101 | 0 | 1010010 | 101000 | 11000 | 101001001 | 1000110 | 101101 |
Color Harmonies of #C22275
Complementary color
Monochromatic Colors of #C22275
Black with #C22275
Text Example
Text Example
White with #C22275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22275; }
p { color: rgb(194,34,117); }
H1.HeaderClassName
{
color: #C22275;
}
.AnyTagClassName
{
color: #C22275;
}
</style>
background-color css
<style>
a { background-color: #C22275; }
a { background-color: rgb(194,34,117); }
div.DivClassName
{
background-color: #C22275;
}
.BgClassName
{
background-color: #C22275;
}
</style>
border-color css
<style>
span { border-color: #C22275; }
span { border-color: rgb(194,34,117); }
td.TdClassName
{
border-color: #C22275;
}
.TagClassName
{
border-color: #C22275;
}
</style>