Shades of Medium Violet Red #C6208C
Tints of Medium Violet Red #C6208C
RGB
CMYK
RGB Variations
Color information
#C6208C (or 0xC6208C) is known color: Medium Violet Red. HEX triplet: C6, 20 and 8C. RGB value is (198,32,140). Sum of RGB (Red+Green+Blue) = 198+32+140=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6208C is #39DF73. Grayscale: #5D5D5D. Windows color (decimal): -3792756 or 9183430. OLE color: 9183430.
HSL color Cylindrical-coordinate representation of color #C6208C: hue angle of 320.96º 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 #C6208C is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 140 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.22 |
| HSL | 320.96º | 0.72% | 0.45% | - |
| HSV(B) | 320.96º | 0.84% | 0.78% | - |
| XYZ | 28.54 | 14.93 | 26.19 | - |
| YUV | 93.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 140 | 0 | 0.84 | 0.29 | 0.22 | 320.96 | 0.72 | 0.45 |
| Hex | C6 | 20 | 8C | 0 | 54 | 1D | 16 | 141 | 48 | 2D |
| Octal | 306 | 40 | 214 | 0 | 124 | 35 | 26 | 501 | 110 | 55 |
| Binary | 11000110 | 100000 | 10001100 | 0 | 1010100 | 11101 | 10110 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C6208C
Complementary color
Monochromatic Colors of #C6208C
Black with #C6208C
Text Example
Text Example
White with #C6208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6208C; }
p { color: rgb(198,32,140); }
H1.HeaderClassName
{
color: #C6208C;
}
.AnyTagClassName
{
color: #C6208C;
}
</style>
background-color css
<style>
a { background-color: #C6208C; }
a { background-color: rgb(198,32,140); }
div.DivClassName
{
background-color: #C6208C;
}
.BgClassName
{
background-color: #C6208C;
}
</style>
border-color css
<style>
span { border-color: #C6208C; }
span { border-color: rgb(198,32,140); }
td.TdClassName
{
border-color: #C6208C;
}
.TagClassName
{
border-color: #C6208C;
}
</style>