Shades of Medium Violet Red #C8206D
Tints of Medium Violet Red #C8206D
RGB
CMYK
RGB Variations
Color information
#C8206D (or 0xC8206D) is known color: Medium Violet Red. HEX triplet: C8, 20 and 6D. RGB value is (200,32,109). Sum of RGB (Red+Green+Blue) = 200+32+109=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8206D is #37DF92. Grayscale: #5A5A5A. Windows color (decimal): -3661715 or 7151816. OLE color: 7151816.
HSL color Cylindrical-coordinate representation of color #C8206D: hue angle of 332.5º 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 #C8206D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 109 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.22 |
| HSL | 332.5º | 0.72% | 0.45% | - |
| HSV(B) | 332.5º | 0.84% | 0.78% | - |
| XYZ | 27.1 | 14.42 | 15.82 | - |
| YUV | 91.01 | 138.16 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 109 | 0 | 0.84 | 0.46 | 0.22 | 332.5 | 0.72 | 0.45 |
| Hex | C8 | 20 | 6D | 0 | 54 | 2E | 16 | 14C | 48 | 2D |
| Octal | 310 | 40 | 155 | 0 | 124 | 56 | 26 | 514 | 110 | 55 |
| Binary | 11001000 | 100000 | 1101101 | 0 | 1010100 | 101110 | 10110 | 101001100 | 1001000 | 101101 |
Color Harmonies of #C8206D
Complementary color
Monochromatic Colors of #C8206D
Black with #C8206D
Text Example
Text Example
White with #C8206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8206D; }
p { color: rgb(200,32,109); }
H1.HeaderClassName
{
color: #C8206D;
}
.AnyTagClassName
{
color: #C8206D;
}
</style>
background-color css
<style>
a { background-color: #C8206D; }
a { background-color: rgb(200,32,109); }
div.DivClassName
{
background-color: #C8206D;
}
.BgClassName
{
background-color: #C8206D;
}
</style>
border-color css
<style>
span { border-color: #C8206D; }
span { border-color: rgb(200,32,109); }
td.TdClassName
{
border-color: #C8206D;
}
.TagClassName
{
border-color: #C8206D;
}
</style>