Shades of Medium Violet Red #C2197C
Tints of Medium Violet Red #C2197C
RGB
CMYK
RGB Variations
Color information
#C2197C (or 0xC2197C) is known color: Medium Violet Red. HEX triplet: C2, 19 and 7C. RGB value is (194,25,124). Sum of RGB (Red+Green+Blue) = 194+25+124=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2197C is #3DE683. Grayscale: #565656. Windows color (decimal): -4056708 or 8133058. OLE color: 8133058.
HSL color Cylindrical-coordinate representation of color #C2197C: hue angle of 324.85º 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 #C2197C is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 25 | 124 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.24 |
| HSL | 324.85º | 0.77% | 0.43% | - |
| HSV(B) | 324.85º | 0.87% | 0.76% | - |
| XYZ | 26.23 | 13.62 | 20.31 | - |
| YUV | 86.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 25 | 124 | 0 | 0.87 | 0.36 | 0.24 | 324.85 | 0.77 | 0.43 |
| Hex | C2 | 19 | 7C | 0 | 57 | 24 | 18 | 145 | 4D | 2B |
| Octal | 302 | 31 | 174 | 0 | 127 | 44 | 30 | 505 | 115 | 53 |
| Binary | 11000010 | 11001 | 1111100 | 0 | 1010111 | 100100 | 11000 | 101000101 | 1001101 | 101011 |
Color Harmonies of #C2197C
Complementary color
Monochromatic Colors of #C2197C
Black with #C2197C
Text Example
Text Example
White with #C2197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2197C; }
p { color: rgb(194,25,124); }
H1.HeaderClassName
{
color: #C2197C;
}
.AnyTagClassName
{
color: #C2197C;
}
</style>
background-color css
<style>
a { background-color: #C2197C; }
a { background-color: rgb(194,25,124); }
div.DivClassName
{
background-color: #C2197C;
}
.BgClassName
{
background-color: #C2197C;
}
</style>
border-color css
<style>
span { border-color: #C2197C; }
span { border-color: rgb(194,25,124); }
td.TdClassName
{
border-color: #C2197C;
}
.TagClassName
{
border-color: #C2197C;
}
</style>