Shades of Medium Red Violet #C83995
Tints of Medium Red Violet #C83995
RGB
CMYK
RGB Variations
Color information
#C83995 (or 0xC83995) is known color: Medium Red Violet. HEX triplet: C8, 39 and 95. RGB value is (200,57,149). Sum of RGB (Red+Green+Blue) = 200+57+149=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C83995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83995 is #37C66A. Grayscale: #6E6E6E. Windows color (decimal): -3655275 or 9779656. OLE color: 9779656.
HSL color Cylindrical-coordinate representation of color #C83995: hue angle of 321.4º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83995 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 149 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.22 |
| HSL | 321.4º | 0.57% | 0.5% | - |
| HSV(B) | 321.4º | 0.72% | 0.78% | - |
| XYZ | 30.71 | 17.38 | 30.17 | - |
| YUV | 110.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 149 | 0 | 0.72 | 0.26 | 0.22 | 321.4 | 0.57 | 0.5 |
| Hex | C8 | 39 | 95 | 0 | 48 | 1A | 16 | 141 | 39 | 32 |
| Octal | 310 | 71 | 225 | 0 | 110 | 32 | 26 | 501 | 71 | 62 |
| Binary | 11001000 | 111001 | 10010101 | 0 | 1001000 | 11010 | 10110 | 101000001 | 111001 | 110010 |
Color Harmonies of #C83995
Complementary color
Monochromatic Colors of #C83995
Black with #C83995
Text Example
Text Example
White with #C83995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83995; }
p { color: rgb(200,57,149); }
H1.HeaderClassName
{
color: #C83995;
}
.AnyTagClassName
{
color: #C83995;
}
</style>
background-color css
<style>
a { background-color: #C83995; }
a { background-color: rgb(200,57,149); }
div.DivClassName
{
background-color: #C83995;
}
.BgClassName
{
background-color: #C83995;
}
</style>
border-color css
<style>
span { border-color: #C83995; }
span { border-color: rgb(200,57,149); }
td.TdClassName
{
border-color: #C83995;
}
.TagClassName
{
border-color: #C83995;
}
</style>