Shades of Medium Violet Red #C0197D
Tints of Medium Violet Red #C0197D
RGB
CMYK
RGB Variations
Color information
#C0197D (or 0xC0197D) is known color: Medium Violet Red. HEX triplet: C0, 19 and 7D. RGB value is (192,25,125). Sum of RGB (Red+Green+Blue) = 192+25+125=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0197D is #3FE682. Grayscale: #565656. Windows color (decimal): -4187779 or 8198592. OLE color: 8198592.
HSL color Cylindrical-coordinate representation of color #C0197D: hue angle of 324.07º 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 #C0197D is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 125 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.25 |
| HSL | 324.07º | 0.77% | 0.43% | - |
| HSV(B) | 324.07º | 0.87% | 0.75% | - |
| XYZ | 25.79 | 13.38 | 20.63 | - |
| YUV | 86.33 | 149.83 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 125 | 0 | 0.87 | 0.35 | 0.25 | 324.07 | 0.77 | 0.43 |
| Hex | C0 | 19 | 7D | 0 | 57 | 23 | 19 | 144 | 4D | 2B |
| Octal | 300 | 31 | 175 | 0 | 127 | 43 | 31 | 504 | 115 | 53 |
| Binary | 11000000 | 11001 | 1111101 | 0 | 1010111 | 100011 | 11001 | 101000100 | 1001101 | 101011 |
Color Harmonies of #C0197D
Complementary color
Monochromatic Colors of #C0197D
Black with #C0197D
Text Example
Text Example
White with #C0197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0197D; }
p { color: rgb(192,25,125); }
H1.HeaderClassName
{
color: #C0197D;
}
.AnyTagClassName
{
color: #C0197D;
}
</style>
background-color css
<style>
a { background-color: #C0197D; }
a { background-color: rgb(192,25,125); }
div.DivClassName
{
background-color: #C0197D;
}
.BgClassName
{
background-color: #C0197D;
}
</style>
border-color css
<style>
span { border-color: #C0197D; }
span { border-color: rgb(192,25,125); }
td.TdClassName
{
border-color: #C0197D;
}
.TagClassName
{
border-color: #C0197D;
}
</style>