Shades of Medium Violet Red #C8208F
Tints of Medium Violet Red #C8208F
RGB
CMYK
RGB Variations
Color information
#C8208F (or 0xC8208F) is known color: Medium Violet Red. HEX triplet: C8, 20 and 8F. RGB value is (200,32,143). Sum of RGB (Red+Green+Blue) = 200+32+143=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C8208F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8208F is #37DF70. Grayscale: #5E5E5E. Windows color (decimal): -3661681 or 9380040. OLE color: 9380040.
HSL color Cylindrical-coordinate representation of color #C8208F: hue angle of 320.36º 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 #C8208F is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 143 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.22 |
| HSL | 320.36º | 0.72% | 0.45% | - |
| HSV(B) | 320.36º | 0.84% | 0.78% | - |
| XYZ | 29.29 | 15.3 | 27.39 | - |
| YUV | 94.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 143 | 0 | 0.84 | 0.28 | 0.22 | 320.36 | 0.72 | 0.45 |
| Hex | C8 | 20 | 8F | 0 | 54 | 1C | 16 | 140 | 48 | 2D |
| Octal | 310 | 40 | 217 | 0 | 124 | 34 | 26 | 500 | 110 | 55 |
| Binary | 11001000 | 100000 | 10001111 | 0 | 1010100 | 11100 | 10110 | 101000000 | 1001000 | 101101 |
Color Harmonies of #C8208F
Complementary color
Monochromatic Colors of #C8208F
Black with #C8208F
Text Example
Text Example
White with #C8208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8208F; }
p { color: rgb(200,32,143); }
H1.HeaderClassName
{
color: #C8208F;
}
.AnyTagClassName
{
color: #C8208F;
}
</style>
background-color css
<style>
a { background-color: #C8208F; }
a { background-color: rgb(200,32,143); }
div.DivClassName
{
background-color: #C8208F;
}
.BgClassName
{
background-color: #C8208F;
}
</style>
border-color css
<style>
span { border-color: #C8208F; }
span { border-color: rgb(200,32,143); }
td.TdClassName
{
border-color: #C8208F;
}
.TagClassName
{
border-color: #C8208F;
}
</style>