Shades of Medium Red Violet #C83296
Tints of Medium Red Violet #C83296
RGB
CMYK
RGB Variations
Color information
#C83296 (or 0xC83296) is known color: Medium Red Violet. HEX triplet: C8, 32 and 96. RGB value is (200,50,150). Sum of RGB (Red+Green+Blue) = 200+50+150=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C83296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83296 is #37CD69. Grayscale: #6A6A6A. Windows color (decimal): -3657066 or 9843400. OLE color: 9843400.
HSL color Cylindrical-coordinate representation of color #C83296: hue angle of 320º degrees, saturation: 0.6, 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 #C83296 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 150 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.22 |
| HSL | 320º | 0.6% | 0.49% | - |
| HSV(B) | 320º | 0.75% | 0.78% | - |
| XYZ | 30.47 | 16.76 | 30.48 | - |
| YUV | 106.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 150 | 0 | 0.75 | 0.25 | 0.22 | 320 | 0.6 | 0.49 |
| Hex | C8 | 32 | 96 | 0 | 4B | 19 | 16 | 140 | 3C | 31 |
| Octal | 310 | 62 | 226 | 0 | 113 | 31 | 26 | 500 | 74 | 61 |
| Binary | 11001000 | 110010 | 10010110 | 0 | 1001011 | 11001 | 10110 | 101000000 | 111100 | 110001 |
Color Harmonies of #C83296
Complementary color
Monochromatic Colors of #C83296
Black with #C83296
Text Example
Text Example
White with #C83296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83296; }
p { color: rgb(200,50,150); }
H1.HeaderClassName
{
color: #C83296;
}
.AnyTagClassName
{
color: #C83296;
}
</style>
background-color css
<style>
a { background-color: #C83296; }
a { background-color: rgb(200,50,150); }
div.DivClassName
{
background-color: #C83296;
}
.BgClassName
{
background-color: #C83296;
}
</style>
border-color css
<style>
span { border-color: #C83296; }
span { border-color: rgb(200,50,150); }
td.TdClassName
{
border-color: #C83296;
}
.TagClassName
{
border-color: #C83296;
}
</style>