Shades of Medium Red Violet #C03174
Tints of Medium Red Violet #C03174
RGB
CMYK
RGB Variations
Color information
#C03174 (or 0xC03174) is known color: Medium Red Violet. HEX triplet: C0, 31 and 74. RGB value is (192,49,116). Sum of RGB (Red+Green+Blue) = 192+49+116=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 49 (19.53% from 255 or 13.73% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C03174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03174 is #3FCE8B. Grayscale: #636363. Windows color (decimal): -4181644 or 7614912. OLE color: 7614912.
HSL color Cylindrical-coordinate representation of color #C03174: hue angle of 331.89º 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 #C03174 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 116 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.25 |
| HSL | 331.89º | 0.59% | 0.47% | - |
| HSV(B) | 331.89º | 0.74% | 0.75% | - |
| XYZ | 25.99 | 14.66 | 17.98 | - |
| YUV | 99.4 | 137.38 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 116 | 0 | 0.74 | 0.40 | 0.25 | 331.89 | 0.59 | 0.47 |
| Hex | C0 | 31 | 74 | 0 | 4A | 28 | 19 | 14C | 3B | 2F |
| Octal | 300 | 61 | 164 | 0 | 112 | 50 | 31 | 514 | 73 | 57 |
| Binary | 11000000 | 110001 | 1110100 | 0 | 1001010 | 101000 | 11001 | 101001100 | 111011 | 101111 |
Color Harmonies of #C03174
Complementary color
Monochromatic Colors of #C03174
Black with #C03174
Text Example
Text Example
White with #C03174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03174; }
p { color: rgb(192,49,116); }
H1.HeaderClassName
{
color: #C03174;
}
.AnyTagClassName
{
color: #C03174;
}
</style>
background-color css
<style>
a { background-color: #C03174; }
a { background-color: rgb(192,49,116); }
div.DivClassName
{
background-color: #C03174;
}
.BgClassName
{
background-color: #C03174;
}
</style>
border-color css
<style>
span { border-color: #C03174; }
span { border-color: rgb(192,49,116); }
td.TdClassName
{
border-color: #C03174;
}
.TagClassName
{
border-color: #C03174;
}
</style>