Shades of Medium Violet Red #C6079C
Tints of Medium Violet Red #C6079C
RGB
CMYK
RGB Variations
Color information
#C6079C (or 0xC6079C) is known color: Medium Violet Red. HEX triplet: C6, 07 and 9C. RGB value is (198,7,156). Sum of RGB (Red+Green+Blue) = 198+7+156=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6079C is #39F863. Grayscale: #505050. Windows color (decimal): -3799140 or 10225606. OLE color: 10225606.
HSL color Cylindrical-coordinate representation of color #C6079C: hue angle of 313.19º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6079C is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.22 |
| HSL | 313.19º | 0.93% | 0.4% | - |
| HSV(B) | 313.19º | 0.96% | 0.78% | - |
| XYZ | 29.37 | 14.56 | 32.71 | - |
| YUV | 81.1 | 170.28 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 156 | 0 | 0.96 | 0.21 | 0.22 | 313.19 | 0.93 | 0.4 |
| Hex | C6 | 7 | 9C | 0 | 60 | 15 | 16 | 139 | 5D | 28 |
| Octal | 306 | 7 | 234 | 0 | 140 | 25 | 26 | 471 | 135 | 50 |
| Binary | 11000110 | 111 | 10011100 | 0 | 1100000 | 10101 | 10110 | 100111001 | 1011101 | 101000 |
Color Harmonies of #C6079C
Complementary color
Monochromatic Colors of #C6079C
Black with #C6079C
Text Example
Text Example
White with #C6079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6079C; }
p { color: rgb(198,7,156); }
H1.HeaderClassName
{
color: #C6079C;
}
.AnyTagClassName
{
color: #C6079C;
}
</style>
background-color css
<style>
a { background-color: #C6079C; }
a { background-color: rgb(198,7,156); }
div.DivClassName
{
background-color: #C6079C;
}
.BgClassName
{
background-color: #C6079C;
}
</style>
border-color css
<style>
span { border-color: #C6079C; }
span { border-color: rgb(198,7,156); }
td.TdClassName
{
border-color: #C6079C;
}
.TagClassName
{
border-color: #C6079C;
}
</style>