Shades of Medium Red Violet #C22A73
Tints of Medium Red Violet #C22A73
RGB
CMYK
RGB Variations
Color information
#C22A73 (or 0xC22A73) is known color: Medium Red Violet. HEX triplet: C2, 2A and 73. RGB value is (194,42,115). Sum of RGB (Red+Green+Blue) = 194+42+115=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A73 is #3DD58C. Grayscale: #5F5F5F. Windows color (decimal): -4052365 or 7547586. OLE color: 7547586.
HSL color Cylindrical-coordinate representation of color #C22A73: hue angle of 331.18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A73 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 115 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.24 |
| HSL | 331.18º | 0.64% | 0.46% | - |
| HSV(B) | 331.18º | 0.78% | 0.76% | - |
| XYZ | 26.17 | 14.36 | 17.61 | - |
| YUV | 95.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 115 | 0 | 0.78 | 0.41 | 0.24 | 331.18 | 0.64 | 0.46 |
| Hex | C2 | 2A | 73 | 0 | 4E | 29 | 18 | 14B | 40 | 2E |
| Octal | 302 | 52 | 163 | 0 | 116 | 51 | 30 | 513 | 100 | 56 |
| Binary | 11000010 | 101010 | 1110011 | 0 | 1001110 | 101001 | 11000 | 101001011 | 1000000 | 101110 |
Color Harmonies of #C22A73
Complementary color
Monochromatic Colors of #C22A73
Black with #C22A73
Text Example
Text Example
White with #C22A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A73; }
p { color: rgb(194,42,115); }
H1.HeaderClassName
{
color: #C22A73;
}
.AnyTagClassName
{
color: #C22A73;
}
</style>
background-color css
<style>
a { background-color: #C22A73; }
a { background-color: rgb(194,42,115); }
div.DivClassName
{
background-color: #C22A73;
}
.BgClassName
{
background-color: #C22A73;
}
</style>
border-color css
<style>
span { border-color: #C22A73; }
span { border-color: rgb(194,42,115); }
td.TdClassName
{
border-color: #C22A73;
}
.TagClassName
{
border-color: #C22A73;
}
</style>