Shades of Medium Red Violet #C03196
Tints of Medium Red Violet #C03196
RGB
CMYK
RGB Variations
Color information
#C03196 (or 0xC03196) is known color: Medium Red Violet. HEX triplet: C0, 31 and 96. RGB value is (192,49,150). Sum of RGB (Red+Green+Blue) = 192+49+150=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 49 (19.53% from 255 or 12.53% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C03196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03196 is #3FCE69. Grayscale: #676767. Windows color (decimal): -4181610 or 9843136. OLE color: 9843136.
HSL color Cylindrical-coordinate representation of color #C03196: hue angle of 317.62º 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 #C03196 is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 150 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.25 |
| HSL | 317.62º | 0.59% | 0.47% | - |
| HSV(B) | 317.62º | 0.74% | 0.75% | - |
| XYZ | 28.34 | 15.61 | 30.37 | - |
| YUV | 103.27 | 154.38 | 191.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 150 | 0 | 0.74 | 0.22 | 0.25 | 317.62 | 0.59 | 0.47 |
| Hex | C0 | 31 | 96 | 0 | 4A | 16 | 19 | 13E | 3B | 2F |
| Octal | 300 | 61 | 226 | 0 | 112 | 26 | 31 | 476 | 73 | 57 |
| Binary | 11000000 | 110001 | 10010110 | 0 | 1001010 | 10110 | 11001 | 100111110 | 111011 | 101111 |
Color Harmonies of #C03196
Complementary color
Monochromatic Colors of #C03196
Black with #C03196
Text Example
Text Example
White with #C03196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03196; }
p { color: rgb(192,49,150); }
H1.HeaderClassName
{
color: #C03196;
}
.AnyTagClassName
{
color: #C03196;
}
</style>
background-color css
<style>
a { background-color: #C03196; }
a { background-color: rgb(192,49,150); }
div.DivClassName
{
background-color: #C03196;
}
.BgClassName
{
background-color: #C03196;
}
</style>
border-color css
<style>
span { border-color: #C03196; }
span { border-color: rgb(192,49,150); }
td.TdClassName
{
border-color: #C03196;
}
.TagClassName
{
border-color: #C03196;
}
</style>