Shades of Medium Violet Red #C6207C
Tints of Medium Violet Red #C6207C
RGB
CMYK
RGB Variations
Color information
#C6207C (or 0xC6207C) is known color: Medium Violet Red. HEX triplet: C6, 20 and 7C. RGB value is (198,32,124). Sum of RGB (Red+Green+Blue) = 198+32+124=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C6207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6207C is #39DF83. Grayscale: #5B5B5B. Windows color (decimal): -3792772 or 8134854. OLE color: 8134854.
HSL color Cylindrical-coordinate representation of color #C6207C: hue angle of 326.75º 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 #C6207C is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 124 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.22 |
| HSL | 326.75º | 0.72% | 0.45% | - |
| HSV(B) | 326.75º | 0.84% | 0.78% | - |
| XYZ | 27.44 | 14.49 | 20.42 | - |
| YUV | 92.12 | 146 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 124 | 0 | 0.84 | 0.37 | 0.22 | 326.75 | 0.72 | 0.45 |
| Hex | C6 | 20 | 7C | 0 | 54 | 25 | 16 | 147 | 48 | 2D |
| Octal | 306 | 40 | 174 | 0 | 124 | 45 | 26 | 507 | 110 | 55 |
| Binary | 11000110 | 100000 | 1111100 | 0 | 1010100 | 100101 | 10110 | 101000111 | 1001000 | 101101 |
Color Harmonies of #C6207C
Complementary color
Monochromatic Colors of #C6207C
Black with #C6207C
Text Example
Text Example
White with #C6207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6207C; }
p { color: rgb(198,32,124); }
H1.HeaderClassName
{
color: #C6207C;
}
.AnyTagClassName
{
color: #C6207C;
}
</style>
background-color css
<style>
a { background-color: #C6207C; }
a { background-color: rgb(198,32,124); }
div.DivClassName
{
background-color: #C6207C;
}
.BgClassName
{
background-color: #C6207C;
}
</style>
border-color css
<style>
span { border-color: #C6207C; }
span { border-color: rgb(198,32,124); }
td.TdClassName
{
border-color: #C6207C;
}
.TagClassName
{
border-color: #C6207C;
}
</style>