Shades of Medium Red Violet #C8319B
Tints of Medium Red Violet #C8319B
RGB
CMYK
RGB Variations
Color information
#C8319B (or 0xC8319B) is known color: Medium Red Violet. HEX triplet: C8, 31 and 9B. RGB value is (200,49,155). Sum of RGB (Red+Green+Blue) = 200+49+155=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8319B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8319B is #37CE64. Grayscale: #696969. Windows color (decimal): -3657317 or 10170824. OLE color: 10170824.
HSL color Cylindrical-coordinate representation of color #C8319B: hue angle of 317.88º 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 #C8319B is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 155 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.22 |
| HSL | 317.88º | 0.61% | 0.49% | - |
| HSV(B) | 317.88º | 0.76% | 0.78% | - |
| XYZ | 30.83 | 16.84 | 32.64 | - |
| YUV | 106.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 155 | 0 | 0.76 | 0.22 | 0.22 | 317.88 | 0.61 | 0.49 |
| Hex | C8 | 31 | 9B | 0 | 4C | 16 | 16 | 13E | 3D | 31 |
| Octal | 310 | 61 | 233 | 0 | 114 | 26 | 26 | 476 | 75 | 61 |
| Binary | 11001000 | 110001 | 10011011 | 0 | 1001100 | 10110 | 10110 | 100111110 | 111101 | 110001 |
Color Harmonies of #C8319B
Complementary color
Monochromatic Colors of #C8319B
Black with #C8319B
Text Example
Text Example
White with #C8319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8319B; }
p { color: rgb(200,49,155); }
H1.HeaderClassName
{
color: #C8319B;
}
.AnyTagClassName
{
color: #C8319B;
}
</style>
background-color css
<style>
a { background-color: #C8319B; }
a { background-color: rgb(200,49,155); }
div.DivClassName
{
background-color: #C8319B;
}
.BgClassName
{
background-color: #C8319B;
}
</style>
border-color css
<style>
span { border-color: #C8319B; }
span { border-color: rgb(200,49,155); }
td.TdClassName
{
border-color: #C8319B;
}
.TagClassName
{
border-color: #C8319B;
}
</style>