Shades of Medium Violet Red #C22075
Tints of Medium Violet Red #C22075
RGB
CMYK
RGB Variations
Color information
#C22075 (or 0xC22075) is known color: Medium Violet Red. HEX triplet: C2, 20 and 75. RGB value is (194,32,117). Sum of RGB (Red+Green+Blue) = 194+32+117=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C22075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22075 is #3DDF8A. Grayscale: #595959. Windows color (decimal): -4054923 or 7676098. OLE color: 7676098.
HSL color Cylindrical-coordinate representation of color #C22075: hue angle of 328.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22075 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 117 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.24 |
| HSL | 328.52º | 0.72% | 0.44% | - |
| HSV(B) | 328.52º | 0.84% | 0.76% | - |
| XYZ | 25.98 | 13.79 | 18.12 | - |
| YUV | 90.13 | 143.17 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 117 | 0 | 0.84 | 0.40 | 0.24 | 328.52 | 0.72 | 0.44 |
| Hex | C2 | 20 | 75 | 0 | 54 | 28 | 18 | 149 | 48 | 2C |
| Octal | 302 | 40 | 165 | 0 | 124 | 50 | 30 | 511 | 110 | 54 |
| Binary | 11000010 | 100000 | 1110101 | 0 | 1010100 | 101000 | 11000 | 101001001 | 1001000 | 101100 |
Color Harmonies of #C22075
Complementary color
Monochromatic Colors of #C22075
Black with #C22075
Text Example
Text Example
White with #C22075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22075; }
p { color: rgb(194,32,117); }
H1.HeaderClassName
{
color: #C22075;
}
.AnyTagClassName
{
color: #C22075;
}
</style>
background-color css
<style>
a { background-color: #C22075; }
a { background-color: rgb(194,32,117); }
div.DivClassName
{
background-color: #C22075;
}
.BgClassName
{
background-color: #C22075;
}
</style>
border-color css
<style>
span { border-color: #C22075; }
span { border-color: rgb(194,32,117); }
td.TdClassName
{
border-color: #C22075;
}
.TagClassName
{
border-color: #C22075;
}
</style>