Shades of Medium Red Violet #C8319E
Tints of Medium Red Violet #C8319E
RGB
CMYK
RGB Variations
Color information
#C8319E (or 0xC8319E) is known color: Medium Red Violet. HEX triplet: C8, 31 and 9E. RGB value is (200,49,158). Sum of RGB (Red+Green+Blue) = 200+49+158=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 49 (19.53% from 255 or 12.04% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8319E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8319E is #37CE61. Grayscale: #6A6A6A. Windows color (decimal): -3657314 or 10367432. OLE color: 10367432.
HSL color Cylindrical-coordinate representation of color #C8319E: hue angle of 316.69º 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 #C8319E is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 158 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.22 |
| HSL | 316.69º | 0.61% | 0.49% | - |
| HSV(B) | 316.69º | 0.76% | 0.78% | - |
| XYZ | 31.09 | 16.94 | 33.98 | - |
| YUV | 106.58 | 157.03 | 194.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 158 | 0 | 0.76 | 0.21 | 0.22 | 316.69 | 0.61 | 0.49 |
| Hex | C8 | 31 | 9E | 0 | 4C | 15 | 16 | 13D | 3D | 31 |
| Octal | 310 | 61 | 236 | 0 | 114 | 25 | 26 | 475 | 75 | 61 |
| Binary | 11001000 | 110001 | 10011110 | 0 | 1001100 | 10101 | 10110 | 100111101 | 111101 | 110001 |
Color Harmonies of #C8319E
Complementary color
Monochromatic Colors of #C8319E
Black with #C8319E
Text Example
Text Example
White with #C8319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8319E; }
p { color: rgb(200,49,158); }
H1.HeaderClassName
{
color: #C8319E;
}
.AnyTagClassName
{
color: #C8319E;
}
</style>
background-color css
<style>
a { background-color: #C8319E; }
a { background-color: rgb(200,49,158); }
div.DivClassName
{
background-color: #C8319E;
}
.BgClassName
{
background-color: #C8319E;
}
</style>
border-color css
<style>
span { border-color: #C8319E; }
span { border-color: rgb(200,49,158); }
td.TdClassName
{
border-color: #C8319E;
}
.TagClassName
{
border-color: #C8319E;
}
</style>