Shades of Medium Red Violet #C0319C
Tints of Medium Red Violet #C0319C
RGB
CMYK
RGB Variations
Color information
#C0319C (or 0xC0319C) is known color: Medium Red Violet. HEX triplet: C0, 31 and 9C. RGB value is (192,49,156). Sum of RGB (Red+Green+Blue) = 192+49+156=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 49 (19.53% from 255 or 12.34% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0319C is #3FCE63. Grayscale: #676767. Windows color (decimal): -4181604 or 10236352. OLE color: 10236352.
HSL color Cylindrical-coordinate representation of color #C0319C: hue angle of 315.1º 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 #C0319C is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 156 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.25 |
| HSL | 315.1º | 0.59% | 0.47% | - |
| HSV(B) | 315.1º | 0.74% | 0.75% | - |
| XYZ | 28.84 | 15.8 | 32.98 | - |
| YUV | 103.96 | 157.38 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 156 | 0 | 0.74 | 0.19 | 0.25 | 315.1 | 0.59 | 0.47 |
| Hex | C0 | 31 | 9C | 0 | 4A | 13 | 19 | 13B | 3B | 2F |
| Octal | 300 | 61 | 234 | 0 | 112 | 23 | 31 | 473 | 73 | 57 |
| Binary | 11000000 | 110001 | 10011100 | 0 | 1001010 | 10011 | 11001 | 100111011 | 111011 | 101111 |
Color Harmonies of #C0319C
Complementary color
Monochromatic Colors of #C0319C
Black with #C0319C
Text Example
Text Example
White with #C0319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0319C; }
p { color: rgb(192,49,156); }
H1.HeaderClassName
{
color: #C0319C;
}
.AnyTagClassName
{
color: #C0319C;
}
</style>
background-color css
<style>
a { background-color: #C0319C; }
a { background-color: rgb(192,49,156); }
div.DivClassName
{
background-color: #C0319C;
}
.BgClassName
{
background-color: #C0319C;
}
</style>
border-color css
<style>
span { border-color: #C0319C; }
span { border-color: rgb(192,49,156); }
td.TdClassName
{
border-color: #C0319C;
}
.TagClassName
{
border-color: #C0319C;
}
</style>