Shades of Medium Red Violet #C03197
Tints of Medium Red Violet #C03197
RGB
CMYK
RGB Variations
Color information
#C03197 (or 0xC03197) is known color: Medium Red Violet. HEX triplet: C0, 31 and 97. RGB value is (192,49,151). Sum of RGB (Red+Green+Blue) = 192+49+151=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C03197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03197 is #3FCE68. Grayscale: #676767. Windows color (decimal): -4181609 or 9908672. OLE color: 9908672.
HSL color Cylindrical-coordinate representation of color #C03197: hue angle of 317.2º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03197 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 151 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.25 |
| HSL | 317.2º | 0.59% | 0.47% | - |
| HSV(B) | 317.2º | 0.74% | 0.75% | - |
| XYZ | 28.42 | 15.64 | 30.8 | - |
| YUV | 103.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 151 | 0 | 0.74 | 0.21 | 0.25 | 317.2 | 0.59 | 0.47 |
| Hex | C0 | 31 | 97 | 0 | 4A | 15 | 19 | 13D | 3B | 2F |
| Octal | 300 | 61 | 227 | 0 | 112 | 25 | 31 | 475 | 73 | 57 |
| Binary | 11000000 | 110001 | 10010111 | 0 | 1001010 | 10101 | 11001 | 100111101 | 111011 | 101111 |
Color Harmonies of #C03197
Complementary color
Monochromatic Colors of #C03197
Black with #C03197
Text Example
Text Example
White with #C03197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03197; }
p { color: rgb(192,49,151); }
H1.HeaderClassName
{
color: #C03197;
}
.AnyTagClassName
{
color: #C03197;
}
</style>
background-color css
<style>
a { background-color: #C03197; }
a { background-color: rgb(192,49,151); }
div.DivClassName
{
background-color: #C03197;
}
.BgClassName
{
background-color: #C03197;
}
</style>
border-color css
<style>
span { border-color: #C03197; }
span { border-color: rgb(192,49,151); }
td.TdClassName
{
border-color: #C03197;
}
.TagClassName
{
border-color: #C03197;
}
</style>