Shades of Medium Red Violet #C83196
Tints of Medium Red Violet #C83196
RGB
CMYK
RGB Variations
Color information
#C83196 (or 0xC83196) is known color: Medium Red Violet. HEX triplet: C8, 31 and 96. RGB value is (200,49,150). Sum of RGB (Red+Green+Blue) = 200+49+150=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C83196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83196 is #37CE69. Grayscale: #696969. Windows color (decimal): -3657322 or 9843144. OLE color: 9843144.
HSL color Cylindrical-coordinate representation of color #C83196: hue angle of 319.87º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83196 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 150 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.22 |
| HSL | 319.87º | 0.61% | 0.49% | - |
| HSV(B) | 319.87º | 0.76% | 0.78% | - |
| XYZ | 30.42 | 16.68 | 30.47 | - |
| YUV | 105.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 150 | 0 | 0.76 | 0.25 | 0.22 | 319.87 | 0.61 | 0.49 |
| Hex | C8 | 31 | 96 | 0 | 4C | 19 | 16 | 140 | 3D | 31 |
| Octal | 310 | 61 | 226 | 0 | 114 | 31 | 26 | 500 | 75 | 61 |
| Binary | 11001000 | 110001 | 10010110 | 0 | 1001100 | 11001 | 10110 | 101000000 | 111101 | 110001 |
Color Harmonies of #C83196
Complementary color
Monochromatic Colors of #C83196
Black with #C83196
Text Example
Text Example
White with #C83196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83196; }
p { color: rgb(200,49,150); }
H1.HeaderClassName
{
color: #C83196;
}
.AnyTagClassName
{
color: #C83196;
}
</style>
background-color css
<style>
a { background-color: #C83196; }
a { background-color: rgb(200,49,150); }
div.DivClassName
{
background-color: #C83196;
}
.BgClassName
{
background-color: #C83196;
}
</style>
border-color css
<style>
span { border-color: #C83196; }
span { border-color: rgb(200,49,150); }
td.TdClassName
{
border-color: #C83196;
}
.TagClassName
{
border-color: #C83196;
}
</style>