Shades of Medium Violet Red #C0197C
Tints of Medium Violet Red #C0197C
RGB
CMYK
RGB Variations
Color information
#C0197C (or 0xC0197C) is known color: Medium Violet Red. HEX triplet: C0, 19 and 7C. RGB value is (192,25,124). Sum of RGB (Red+Green+Blue) = 192+25+124=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C0197C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0197C is #3FE683. Grayscale: #555555. Windows color (decimal): -4187780 or 8133056. OLE color: 8133056.
HSL color Cylindrical-coordinate representation of color #C0197C: hue angle of 324.43º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0197C is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 124 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.25 |
| HSL | 324.43º | 0.77% | 0.43% | - |
| HSV(B) | 324.43º | 0.87% | 0.75% | - |
| XYZ | 25.72 | 13.36 | 20.29 | - |
| YUV | 86.22 | 149.33 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 124 | 0 | 0.87 | 0.35 | 0.25 | 324.43 | 0.77 | 0.43 |
| Hex | C0 | 19 | 7C | 0 | 57 | 23 | 19 | 144 | 4D | 2B |
| Octal | 300 | 31 | 174 | 0 | 127 | 43 | 31 | 504 | 115 | 53 |
| Binary | 11000000 | 11001 | 1111100 | 0 | 1010111 | 100011 | 11001 | 101000100 | 1001101 | 101011 |
Color Harmonies of #C0197C
Complementary color
Monochromatic Colors of #C0197C
Black with #C0197C
Text Example
Text Example
White with #C0197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0197C; }
p { color: rgb(192,25,124); }
H1.HeaderClassName
{
color: #C0197C;
}
.AnyTagClassName
{
color: #C0197C;
}
</style>
background-color css
<style>
a { background-color: #C0197C; }
a { background-color: rgb(192,25,124); }
div.DivClassName
{
background-color: #C0197C;
}
.BgClassName
{
background-color: #C0197C;
}
</style>
border-color css
<style>
span { border-color: #C0197C; }
span { border-color: rgb(192,25,124); }
td.TdClassName
{
border-color: #C0197C;
}
.TagClassName
{
border-color: #C0197C;
}
</style>