Shades of Medium Red Violet #C03191
Tints of Medium Red Violet #C03191
RGB
CMYK
RGB Variations
Color information
#C03191 (or 0xC03191) is known color: Medium Red Violet. HEX triplet: C0, 31 and 91. RGB value is (192,49,145). Sum of RGB (Red+Green+Blue) = 192+49+145=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 49 (19.53% from 255 or 12.69% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C03191 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03191 is #3FCE6E. Grayscale: #666666. Windows color (decimal): -4181615 or 9515456. OLE color: 9515456.
HSL color Cylindrical-coordinate representation of color #C03191: hue angle of 319.72º 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 #C03191 is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 145 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.25 |
| HSL | 319.72º | 0.59% | 0.47% | - |
| HSV(B) | 319.72º | 0.74% | 0.75% | - |
| XYZ | 27.95 | 15.45 | 28.3 | - |
| YUV | 102.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 145 | 0 | 0.74 | 0.24 | 0.25 | 319.72 | 0.59 | 0.47 |
| Hex | C0 | 31 | 91 | 0 | 4A | 18 | 19 | 140 | 3B | 2F |
| Octal | 300 | 61 | 221 | 0 | 112 | 30 | 31 | 500 | 73 | 57 |
| Binary | 11000000 | 110001 | 10010001 | 0 | 1001010 | 11000 | 11001 | 101000000 | 111011 | 101111 |
Color Harmonies of #C03191
Complementary color
Monochromatic Colors of #C03191
Black with #C03191
Text Example
Text Example
White with #C03191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03191; }
p { color: rgb(192,49,145); }
H1.HeaderClassName
{
color: #C03191;
}
.AnyTagClassName
{
color: #C03191;
}
</style>
background-color css
<style>
a { background-color: #C03191; }
a { background-color: rgb(192,49,145); }
div.DivClassName
{
background-color: #C03191;
}
.BgClassName
{
background-color: #C03191;
}
</style>
border-color css
<style>
span { border-color: #C03191; }
span { border-color: rgb(192,49,145); }
td.TdClassName
{
border-color: #C03191;
}
.TagClassName
{
border-color: #C03191;
}
</style>