Shades of Medium Violet Red #C8208C
Tints of Medium Violet Red #C8208C
RGB
CMYK
RGB Variations
Color information
#C8208C (or 0xC8208C) is known color: Medium Violet Red. HEX triplet: C8, 20 and 8C. RGB value is (200,32,140). Sum of RGB (Red+Green+Blue) = 200+32+140=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C8208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8208C is #37DF73. Grayscale: #5E5E5E. Windows color (decimal): -3661684 or 9183432. OLE color: 9183432.
HSL color Cylindrical-coordinate representation of color #C8208C: hue angle of 321.43º 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 #C8208C is Cyan = 0, Magento = 0.84, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 140 | - |
| CMYK | 0 | 0.84 | 0.3 | 0.22 |
| HSL | 321.43º | 0.72% | 0.45% | - |
| HSV(B) | 321.43º | 0.84% | 0.78% | - |
| XYZ | 29.07 | 15.21 | 26.21 | - |
| YUV | 94.54 | 153.66 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 140 | 0 | 0.84 | 0.3 | 0.22 | 321.43 | 0.72 | 0.45 |
| Hex | C8 | 20 | 8C | 0 | 54 | 1E | 16 | 141 | 48 | 2D |
| Octal | 310 | 40 | 214 | 0 | 124 | 36 | 26 | 501 | 110 | 55 |
| Binary | 11001000 | 100000 | 10001100 | 0 | 1010100 | 11110 | 10110 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C8208C
Complementary color
Monochromatic Colors of #C8208C
Black with #C8208C
Text Example
Text Example
White with #C8208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8208C; }
p { color: rgb(200,32,140); }
H1.HeaderClassName
{
color: #C8208C;
}
.AnyTagClassName
{
color: #C8208C;
}
</style>
background-color css
<style>
a { background-color: #C8208C; }
a { background-color: rgb(200,32,140); }
div.DivClassName
{
background-color: #C8208C;
}
.BgClassName
{
background-color: #C8208C;
}
</style>
border-color css
<style>
span { border-color: #C8208C; }
span { border-color: rgb(200,32,140); }
td.TdClassName
{
border-color: #C8208C;
}
.TagClassName
{
border-color: #C8208C;
}
</style>