Shades of Medium Violet Red #C2197A
Tints of Medium Violet Red #C2197A
RGB
CMYK
RGB Variations
Color information
#C2197A (or 0xC2197A) is known color: Medium Violet Red. HEX triplet: C2, 19 and 7A. RGB value is (194,25,122). Sum of RGB (Red+Green+Blue) = 194+25+122=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2197A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2197A is #3DE685. Grayscale: #565656. Windows color (decimal): -4056710 or 8001986. OLE color: 8001986.
HSL color Cylindrical-coordinate representation of color #C2197A: hue angle of 325.56º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2197A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 122 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.24 |
| HSL | 325.56º | 0.77% | 0.43% | - |
| HSV(B) | 325.56º | 0.87% | 0.76% | - |
| XYZ | 26.11 | 13.57 | 19.66 | - |
| YUV | 86.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 122 | 0 | 0.87 | 0.37 | 0.24 | 325.56 | 0.77 | 0.43 |
| Hex | C2 | 19 | 7A | 0 | 57 | 25 | 18 | 146 | 4D | 2B |
| Octal | 302 | 31 | 172 | 0 | 127 | 45 | 30 | 506 | 115 | 53 |
| Binary | 11000010 | 11001 | 1111010 | 0 | 1010111 | 100101 | 11000 | 101000110 | 1001101 | 101011 |
Color Harmonies of #C2197A
Complementary color
Monochromatic Colors of #C2197A
Black with #C2197A
Text Example
Text Example
White with #C2197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2197A; }
p { color: rgb(194,25,122); }
H1.HeaderClassName
{
color: #C2197A;
}
.AnyTagClassName
{
color: #C2197A;
}
</style>
background-color css
<style>
a { background-color: #C2197A; }
a { background-color: rgb(194,25,122); }
div.DivClassName
{
background-color: #C2197A;
}
.BgClassName
{
background-color: #C2197A;
}
</style>
border-color css
<style>
span { border-color: #C2197A; }
span { border-color: rgb(194,25,122); }
td.TdClassName
{
border-color: #C2197A;
}
.TagClassName
{
border-color: #C2197A;
}
</style>