Shades of Medium Violet Red #C6079A
Tints of Medium Violet Red #C6079A
RGB
CMYK
RGB Variations
Color information
#C6079A (or 0xC6079A) is known color: Medium Violet Red. HEX triplet: C6, 07 and 9A. RGB value is (198,7,154). Sum of RGB (Red+Green+Blue) = 198+7+154=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 154 (60.55% from 255 or 42.90% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6079A is #39F865. Grayscale: #505050. Windows color (decimal): -3799142 or 10094534. OLE color: 10094534.
HSL color Cylindrical-coordinate representation of color #C6079A: hue angle of 313.82º 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 #C6079A is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 7 | 154 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.22 |
| HSL | 313.82º | 0.93% | 0.4% | - |
| HSV(B) | 313.82º | 0.96% | 0.78% | - |
| XYZ | 29.2 | 14.49 | 31.83 | - |
| YUV | 80.87 | 169.28 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 154 | 0 | 0.96 | 0.22 | 0.22 | 313.82 | 0.93 | 0.4 |
| Hex | C6 | 7 | 9A | 0 | 60 | 16 | 16 | 13A | 5D | 28 |
| Octal | 306 | 7 | 232 | 0 | 140 | 26 | 26 | 472 | 135 | 50 |
| Binary | 11000110 | 111 | 10011010 | 0 | 1100000 | 10110 | 10110 | 100111010 | 1011101 | 101000 |
Color Harmonies of #C6079A
Complementary color
Monochromatic Colors of #C6079A
Black with #C6079A
Text Example
Text Example
White with #C6079A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6079A; }
p { color: rgb(198,7,154); }
H1.HeaderClassName
{
color: #C6079A;
}
.AnyTagClassName
{
color: #C6079A;
}
</style>
background-color css
<style>
a { background-color: #C6079A; }
a { background-color: rgb(198,7,154); }
div.DivClassName
{
background-color: #C6079A;
}
.BgClassName
{
background-color: #C6079A;
}
</style>
border-color css
<style>
span { border-color: #C6079A; }
span { border-color: rgb(198,7,154); }
td.TdClassName
{
border-color: #C6079A;
}
.TagClassName
{
border-color: #C6079A;
}
</style>