Shades of Medium Violet Red #C6208B
Tints of Medium Violet Red #C6208B
RGB
CMYK
RGB Variations
Color information
#C6208B (or 0xC6208B) is known color: Medium Violet Red. HEX triplet: C6, 20 and 8B. RGB value is (198,32,139). Sum of RGB (Red+Green+Blue) = 198+32+139=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6208B is #39DF74. Grayscale: #5D5D5D. Windows color (decimal): -3792757 or 9117894. OLE color: 9117894.
HSL color Cylindrical-coordinate representation of color #C6208B: hue angle of 321.33º 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 #C6208B is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 139 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.22 |
| HSL | 321.33º | 0.72% | 0.45% | - |
| HSV(B) | 321.33º | 0.84% | 0.78% | - |
| XYZ | 28.47 | 14.9 | 25.8 | - |
| YUV | 93.83 | 153.5 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 139 | 0 | 0.84 | 0.30 | 0.22 | 321.33 | 0.72 | 0.45 |
| Hex | C6 | 20 | 8B | 0 | 54 | 1E | 16 | 141 | 48 | 2D |
| Octal | 306 | 40 | 213 | 0 | 124 | 36 | 26 | 501 | 110 | 55 |
| Binary | 11000110 | 100000 | 10001011 | 0 | 1010100 | 11110 | 10110 | 101000001 | 1001000 | 101101 |
Color Harmonies of #C6208B
Complementary color
Monochromatic Colors of #C6208B
Black with #C6208B
Text Example
Text Example
White with #C6208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6208B; }
p { color: rgb(198,32,139); }
H1.HeaderClassName
{
color: #C6208B;
}
.AnyTagClassName
{
color: #C6208B;
}
</style>
background-color css
<style>
a { background-color: #C6208B; }
a { background-color: rgb(198,32,139); }
div.DivClassName
{
background-color: #C6208B;
}
.BgClassName
{
background-color: #C6208B;
}
</style>
border-color css
<style>
span { border-color: #C6208B; }
span { border-color: rgb(198,32,139); }
td.TdClassName
{
border-color: #C6208B;
}
.TagClassName
{
border-color: #C6208B;
}
</style>