Shades of Medium Red Violet #C83295
Tints of Medium Red Violet #C83295
RGB
CMYK
RGB Variations
Color information
#C83295 (or 0xC83295) is known color: Medium Red Violet. HEX triplet: C8, 32 and 95. RGB value is (200,50,149). Sum of RGB (Red+Green+Blue) = 200+50+149=399 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.13% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 200 - color contains mainly: red. Hex color #C83295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83295 is #37CD6A. Grayscale: #696969. Windows color (decimal): -3657067 or 9777864. OLE color: 9777864.
HSL color Cylindrical-coordinate representation of color #C83295: hue angle of 320.4º 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 #C83295 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 149 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.22 |
| HSL | 320.4º | 0.6% | 0.49% | - |
| HSV(B) | 320.4º | 0.75% | 0.78% | - |
| XYZ | 30.38 | 16.73 | 30.06 | - |
| YUV | 106.14 | 152.2 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 149 | 0 | 0.75 | 0.26 | 0.22 | 320.4 | 0.6 | 0.49 |
| Hex | C8 | 32 | 95 | 0 | 4B | 1A | 16 | 140 | 3C | 31 |
| Octal | 310 | 62 | 225 | 0 | 113 | 32 | 26 | 500 | 74 | 61 |
| Binary | 11001000 | 110010 | 10010101 | 0 | 1001011 | 11010 | 10110 | 101000000 | 111100 | 110001 |
Color Harmonies of #C83295
Complementary color
Monochromatic Colors of #C83295
Black with #C83295
Text Example
Text Example
White with #C83295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83295; }
p { color: rgb(200,50,149); }
H1.HeaderClassName
{
color: #C83295;
}
.AnyTagClassName
{
color: #C83295;
}
</style>
background-color css
<style>
a { background-color: #C83295; }
a { background-color: rgb(200,50,149); }
div.DivClassName
{
background-color: #C83295;
}
.BgClassName
{
background-color: #C83295;
}
</style>
border-color css
<style>
span { border-color: #C83295; }
span { border-color: rgb(200,50,149); }
td.TdClassName
{
border-color: #C83295;
}
.TagClassName
{
border-color: #C83295;
}
</style>