Shades of Medium Red Violet #C0319F
Tints of Medium Red Violet #C0319F
RGB
CMYK
RGB Variations
Color information
#C0319F (or 0xC0319F) is known color: Medium Red Violet. HEX triplet: C0, 31 and 9F. RGB value is (192,49,159). Sum of RGB (Red+Green+Blue) = 192+49+159=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0319F is #3FCE60. Grayscale: #676767. Windows color (decimal): -4181601 or 10432960. OLE color: 10432960.
HSL color Cylindrical-coordinate representation of color #C0319F: hue angle of 313.85º 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 #C0319F is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 159 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.25 |
| HSL | 313.85º | 0.59% | 0.47% | - |
| HSV(B) | 313.85º | 0.74% | 0.75% | - |
| XYZ | 29.09 | 15.91 | 34.34 | - |
| YUV | 104.3 | 158.88 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 159 | 0 | 0.74 | 0.17 | 0.25 | 313.85 | 0.59 | 0.47 |
| Hex | C0 | 31 | 9F | 0 | 4A | 11 | 19 | 13A | 3B | 2F |
| Octal | 300 | 61 | 237 | 0 | 112 | 21 | 31 | 472 | 73 | 57 |
| Binary | 11000000 | 110001 | 10011111 | 0 | 1001010 | 10001 | 11001 | 100111010 | 111011 | 101111 |
Color Harmonies of #C0319F
Complementary color
Monochromatic Colors of #C0319F
Black with #C0319F
Text Example
Text Example
White with #C0319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0319F; }
p { color: rgb(192,49,159); }
H1.HeaderClassName
{
color: #C0319F;
}
.AnyTagClassName
{
color: #C0319F;
}
</style>
background-color css
<style>
a { background-color: #C0319F; }
a { background-color: rgb(192,49,159); }
div.DivClassName
{
background-color: #C0319F;
}
.BgClassName
{
background-color: #C0319F;
}
</style>
border-color css
<style>
span { border-color: #C0319F; }
span { border-color: rgb(192,49,159); }
td.TdClassName
{
border-color: #C0319F;
}
.TagClassName
{
border-color: #C0319F;
}
</style>