Shades of Medium Red Violet #C03172
Tints of Medium Red Violet #C03172
RGB
CMYK
RGB Variations
Color information
#C03172 (or 0xC03172) is known color: Medium Red Violet. HEX triplet: C0, 31 and 72. RGB value is (192,49,114). Sum of RGB (Red+Green+Blue) = 192+49+114=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C03172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03172 is #3FCE8D. Grayscale: #636363. Windows color (decimal): -4181646 or 7483840. OLE color: 7483840.
HSL color Cylindrical-coordinate representation of color #C03172: hue angle of 332.73º 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 #C03172 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 114 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.25 |
| HSL | 332.73º | 0.59% | 0.47% | - |
| HSV(B) | 332.73º | 0.74% | 0.75% | - |
| XYZ | 25.87 | 14.62 | 17.38 | - |
| YUV | 99.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 114 | 0 | 0.74 | 0.41 | 0.25 | 332.73 | 0.59 | 0.47 |
| Hex | C0 | 31 | 72 | 0 | 4A | 29 | 19 | 14D | 3B | 2F |
| Octal | 300 | 61 | 162 | 0 | 112 | 51 | 31 | 515 | 73 | 57 |
| Binary | 11000000 | 110001 | 1110010 | 0 | 1001010 | 101001 | 11001 | 101001101 | 111011 | 101111 |
Color Harmonies of #C03172
Complementary color
Monochromatic Colors of #C03172
Black with #C03172
Text Example
Text Example
White with #C03172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03172; }
p { color: rgb(192,49,114); }
H1.HeaderClassName
{
color: #C03172;
}
.AnyTagClassName
{
color: #C03172;
}
</style>
background-color css
<style>
a { background-color: #C03172; }
a { background-color: rgb(192,49,114); }
div.DivClassName
{
background-color: #C03172;
}
.BgClassName
{
background-color: #C03172;
}
</style>
border-color css
<style>
span { border-color: #C03172; }
span { border-color: rgb(192,49,114); }
td.TdClassName
{
border-color: #C03172;
}
.TagClassName
{
border-color: #C03172;
}
</style>