Shades of Medium Violet Red #C6068C
Tints of Medium Violet Red #C6068C
RGB
CMYK
RGB Variations
Color information
#C6068C (or 0xC6068C) is known color: Medium Violet Red. HEX triplet: C6, 06 and 8C. RGB value is (198,6,140). Sum of RGB (Red+Green+Blue) = 198+6+140=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C6068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C6068C is #39F973. Grayscale: #4E4E4E. Windows color (decimal): -3799412 or 9176774. OLE color: 9176774.
HSL color Cylindrical-coordinate representation of color #C6068C: hue angle of 318.12º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6068C is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.22 |
| HSL | 318.13º | 0.94% | 0.4% | - |
| HSV(B) | 318.13º | 0.97% | 0.78% | - |
| XYZ | 28.09 | 14.03 | 26.04 | - |
| YUV | 78.68 | 162.61 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 140 | 0 | 0.97 | 0.29 | 0.22 | 318.13 | 0.94 | 0.4 |
| Hex | C6 | 6 | 8C | 0 | 61 | 1D | 16 | 13E | 5E | 28 |
| Octal | 306 | 6 | 214 | 0 | 141 | 35 | 26 | 476 | 136 | 50 |
| Binary | 11000110 | 110 | 10001100 | 0 | 1100001 | 11101 | 10110 | 100111110 | 1011110 | 101000 |
Color Harmonies of #C6068C
Complementary color
Monochromatic Colors of #C6068C
Black with #C6068C
Text Example
Text Example
White with #C6068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6068C; }
p { color: rgb(198,6,140); }
H1.HeaderClassName
{
color: #C6068C;
}
.AnyTagClassName
{
color: #C6068C;
}
</style>
background-color css
<style>
a { background-color: #C6068C; }
a { background-color: rgb(198,6,140); }
div.DivClassName
{
background-color: #C6068C;
}
.BgClassName
{
background-color: #C6068C;
}
</style>
border-color css
<style>
span { border-color: #C6068C; }
span { border-color: rgb(198,6,140); }
td.TdClassName
{
border-color: #C6068C;
}
.TagClassName
{
border-color: #C6068C;
}
</style>