Shades of Medium Violet Red #C0197F
Tints of Medium Violet Red #C0197F
RGB
CMYK
RGB Variations
Color information
#C0197F (or 0xC0197F) is known color: Medium Violet Red. HEX triplet: C0, 19 and 7F. RGB value is (192,25,127). Sum of RGB (Red+Green+Blue) = 192+25+127=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C0197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0197F is #3FE680. Grayscale: #565656. Windows color (decimal): -4187777 or 8329664. OLE color: 8329664.
HSL color Cylindrical-coordinate representation of color #C0197F: hue angle of 323.35º 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 #C0197F is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 25 | 127 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.25 |
| HSL | 323.35º | 0.77% | 0.43% | - |
| HSV(B) | 323.35º | 0.87% | 0.75% | - |
| XYZ | 25.92 | 13.43 | 21.31 | - |
| YUV | 86.56 | 150.83 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 25 | 127 | 0 | 0.87 | 0.34 | 0.25 | 323.35 | 0.77 | 0.43 |
| Hex | C0 | 19 | 7F | 0 | 57 | 22 | 19 | 143 | 4D | 2B |
| Octal | 300 | 31 | 177 | 0 | 127 | 42 | 31 | 503 | 115 | 53 |
| Binary | 11000000 | 11001 | 1111111 | 0 | 1010111 | 100010 | 11001 | 101000011 | 1001101 | 101011 |
Color Harmonies of #C0197F
Complementary color
Monochromatic Colors of #C0197F
Black with #C0197F
Text Example
Text Example
White with #C0197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0197F; }
p { color: rgb(192,25,127); }
H1.HeaderClassName
{
color: #C0197F;
}
.AnyTagClassName
{
color: #C0197F;
}
</style>
background-color css
<style>
a { background-color: #C0197F; }
a { background-color: rgb(192,25,127); }
div.DivClassName
{
background-color: #C0197F;
}
.BgClassName
{
background-color: #C0197F;
}
</style>
border-color css
<style>
span { border-color: #C0197F; }
span { border-color: rgb(192,25,127); }
td.TdClassName
{
border-color: #C0197F;
}
.TagClassName
{
border-color: #C0197F;
}
</style>