Shades of Medium Violet Red #C8208E
Tints of Medium Violet Red #C8208E
RGB
CMYK
RGB Variations
Color information
#C8208E (or 0xC8208E) is known color: Medium Violet Red. HEX triplet: C8, 20 and 8E. RGB value is (200,32,142). Sum of RGB (Red+Green+Blue) = 200+32+142=374 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.48% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 200 - color contains mainly: red. Hex color #C8208E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8208E is #37DF71. Grayscale: #5E5E5E. Windows color (decimal): -3661682 or 9314504. OLE color: 9314504.
HSL color Cylindrical-coordinate representation of color #C8208E: hue angle of 320.71º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8208E is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 142 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.22 |
| HSL | 320.71º | 0.72% | 0.45% | - |
| HSV(B) | 320.71º | 0.84% | 0.78% | - |
| XYZ | 29.22 | 15.27 | 27 | - |
| YUV | 94.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 142 | 0 | 0.84 | 0.29 | 0.22 | 320.71 | 0.72 | 0.45 |
| Hex | C8 | 20 | 8E | 0 | 54 | 1D | 16 | 141 | 48 | 2D |
| Octal | 310 | 40 | 216 | 0 | 124 | 35 | 26 | 501 | 110 | 55 |
| Binary | 11001000 | 100000 | 10001110 | 0 | 1010100 | 11101 | 10110 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C8208E
Complementary color
Monochromatic Colors of #C8208E
Black with #C8208E
Text Example
Text Example
White with #C8208E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8208E; }
p { color: rgb(200,32,142); }
H1.HeaderClassName
{
color: #C8208E;
}
.AnyTagClassName
{
color: #C8208E;
}
</style>
background-color css
<style>
a { background-color: #C8208E; }
a { background-color: rgb(200,32,142); }
div.DivClassName
{
background-color: #C8208E;
}
.BgClassName
{
background-color: #C8208E;
}
</style>
border-color css
<style>
span { border-color: #C8208E; }
span { border-color: rgb(200,32,142); }
td.TdClassName
{
border-color: #C8208E;
}
.TagClassName
{
border-color: #C8208E;
}
</style>