Shades of Medium Violet Red #C6209D
Tints of Medium Violet Red #C6209D
RGB
CMYK
RGB Variations
Color information
#C6209D (or 0xC6209D) is known color: Medium Violet Red. HEX triplet: C6, 20 and 9D. RGB value is (198,32,157). Sum of RGB (Red+Green+Blue) = 198+32+157=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6209D is #39DF62. Grayscale: #5F5F5F. Windows color (decimal): -3792739 or 10297542. OLE color: 10297542.
HSL color Cylindrical-coordinate representation of color #C6209D: hue angle of 314.82º 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 #C6209D is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 157 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.22 |
| HSL | 314.82º | 0.72% | 0.45% | - |
| HSV(B) | 314.82º | 0.84% | 0.78% | - |
| XYZ | 29.89 | 15.47 | 33.31 | - |
| YUV | 95.88 | 162.5 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 157 | 0 | 0.84 | 0.21 | 0.22 | 314.82 | 0.72 | 0.45 |
| Hex | C6 | 20 | 9D | 0 | 54 | 15 | 16 | 13B | 48 | 2D |
| Octal | 306 | 40 | 235 | 0 | 124 | 25 | 26 | 473 | 110 | 55 |
| Binary | 11000110 | 100000 | 10011101 | 0 | 1010100 | 10101 | 10110 | 100111011 | 1001000 | 101101 |
Color Harmonies of #C6209D
Complementary color
Monochromatic Colors of #C6209D
Black with #C6209D
Text Example
Text Example
White with #C6209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6209D; }
p { color: rgb(198,32,157); }
H1.HeaderClassName
{
color: #C6209D;
}
.AnyTagClassName
{
color: #C6209D;
}
</style>
background-color css
<style>
a { background-color: #C6209D; }
a { background-color: rgb(198,32,157); }
div.DivClassName
{
background-color: #C6209D;
}
.BgClassName
{
background-color: #C6209D;
}
</style>
border-color css
<style>
span { border-color: #C6209D; }
span { border-color: rgb(198,32,157); }
td.TdClassName
{
border-color: #C6209D;
}
.TagClassName
{
border-color: #C6209D;
}
</style>