Shades of Medium Red Violet #C22C7A
Tints of Medium Red Violet #C22C7A
RGB
CMYK
RGB Variations
Color information
#C22C7A (or 0xC22C7A) is known color: Medium Red Violet. HEX triplet: C2, 2C and 7A. RGB value is (194,44,122). Sum of RGB (Red+Green+Blue) = 194+44+122=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C7A is #3DD385. Grayscale: #616161. Windows color (decimal): -4051846 or 8006850. OLE color: 8006850.
HSL color Cylindrical-coordinate representation of color #C22C7A: hue angle of 328.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C7A is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 122 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.24 |
| HSL | 328.8º | 0.63% | 0.47% | - |
| HSV(B) | 328.8º | 0.77% | 0.76% | - |
| XYZ | 26.66 | 14.68 | 19.84 | - |
| YUV | 97.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 122 | 0 | 0.77 | 0.37 | 0.24 | 328.8 | 0.63 | 0.47 |
| Hex | C2 | 2C | 7A | 0 | 4D | 25 | 18 | 149 | 3F | 2F |
| Octal | 302 | 54 | 172 | 0 | 115 | 45 | 30 | 511 | 77 | 57 |
| Binary | 11000010 | 101100 | 1111010 | 0 | 1001101 | 100101 | 11000 | 101001001 | 111111 | 101111 |
Color Harmonies of #C22C7A
Complementary color
Monochromatic Colors of #C22C7A
Black with #C22C7A
Text Example
Text Example
White with #C22C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C7A; }
p { color: rgb(194,44,122); }
H1.HeaderClassName
{
color: #C22C7A;
}
.AnyTagClassName
{
color: #C22C7A;
}
</style>
background-color css
<style>
a { background-color: #C22C7A; }
a { background-color: rgb(194,44,122); }
div.DivClassName
{
background-color: #C22C7A;
}
.BgClassName
{
background-color: #C22C7A;
}
</style>
border-color css
<style>
span { border-color: #C22C7A; }
span { border-color: rgb(194,44,122); }
td.TdClassName
{
border-color: #C22C7A;
}
.TagClassName
{
border-color: #C22C7A;
}
</style>