Shades of Medium Red Violet #C22E73
Tints of Medium Red Violet #C22E73
RGB
CMYK
RGB Variations
Color information
#C22E73 (or 0xC22E73) is known color: Medium Red Violet. HEX triplet: C2, 2E and 73. RGB value is (194,46,115). Sum of RGB (Red+Green+Blue) = 194+46+115=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C22E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22E73 is #3DD18C. Grayscale: #616161. Windows color (decimal): -4051341 or 7548610. OLE color: 7548610.
HSL color Cylindrical-coordinate representation of color #C22E73: hue angle of 332.03º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C22E73 is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 46 | 115 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.24 |
| HSL | 332.03º | 0.62% | 0.47% | - |
| HSV(B) | 332.03º | 0.76% | 0.76% | - |
| XYZ | 26.32 | 14.66 | 17.66 | - |
| YUV | 98.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 46 | 115 | 0 | 0.76 | 0.41 | 0.24 | 332.03 | 0.62 | 0.47 |
| Hex | C2 | 2E | 73 | 0 | 4C | 29 | 18 | 14C | 3E | 2F |
| Octal | 302 | 56 | 163 | 0 | 114 | 51 | 30 | 514 | 76 | 57 |
| Binary | 11000010 | 101110 | 1110011 | 0 | 1001100 | 101001 | 11000 | 101001100 | 111110 | 101111 |
Color Harmonies of #C22E73
Complementary color
Monochromatic Colors of #C22E73
Black with #C22E73
Text Example
Text Example
White with #C22E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22E73; }
p { color: rgb(194,46,115); }
H1.HeaderClassName
{
color: #C22E73;
}
.AnyTagClassName
{
color: #C22E73;
}
</style>
background-color css
<style>
a { background-color: #C22E73; }
a { background-color: rgb(194,46,115); }
div.DivClassName
{
background-color: #C22E73;
}
.BgClassName
{
background-color: #C22E73;
}
</style>
border-color css
<style>
span { border-color: #C22E73; }
span { border-color: rgb(194,46,115); }
td.TdClassName
{
border-color: #C22E73;
}
.TagClassName
{
border-color: #C22E73;
}
</style>